Skip to content

Commit

Permalink
variables not properly set (apache#6963)
Browse files Browse the repository at this point in the history
  • Loading branch information
SakaSun authored May 18, 2020
1 parent 1a46666 commit 6368518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ Usage:
EOF
}

delete_namespace=false

while [[ $# -gt 0 ]]
do
key="$1"

delete_namespace=false

case $key in
-n|--namespace)
namespace="$2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ Usage:
EOF
}

symmetric=false
create_namespace=false

while [[ $# -gt 0 ]]
do
key="$1"

symmetric=false
create_namespace=false

case $key in
-n|--namespace)
namespace="$2"
Expand Down

0 comments on commit 6368518

Please sign in to comment.