Skip to content

Commit 45663d4

Browse files
committed
quick fix: $NAME will get checked for existance but is a default ENV on WSL causing a heap of issues
1 parent 8265536 commit 45663d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_kubernetes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ usage() {
5656

5757
BRIEF=0
5858
TIMEOUT=15
59+
unset NAME
5960

6061
die() {
6162
if [ "$BRIEF" = 1 ]; then

0 commit comments

Comments
 (0)