• Nikhita Raghunath's avatar
    Fix error in local-cluster-up · 52bd0bc7
    Nikhita Raghunath authored
    When $GO_OUT is not set, line 152 will output the error:
    [: ==: unary operator expected. This occurs because the if condition becomes
    if [  == "" ]. This results in an error because == is a binary operator.
    52bd0bc7
local-up-cluster.sh 35.5 KB