Files
kubernetes/hack
Nikhita Raghunath 52bd0bc713 Fix error in local-cluster-up
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.
2017-06-26 21:59:01 +05:30
..
2017-06-21 10:56:00 -07:00
2017-06-08 14:59:55 -07:00