Skip to content

Commit

Permalink
fix unbound error in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Sep 28, 2023
1 parent 198bfa1 commit 41fa73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ esac
install_go=true
reset=true

while [[ $# -gt 0 ]]; do
while [[ $# -gt 1 ]]; do
opt="$2"

case $opt in
Expand Down

0 comments on commit 41fa73b

Please sign in to comment.