Skip to content

Commit

Permalink
Fix deploy-script hanging on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveux committed Jan 13, 2025
1 parent aeb61be commit b710204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ while [ $i -lt $ARGS_LENGTH ]; do
DEPLOY_ONLY=true
unset 'ARGS[$i]'
fi
((i++))
((i++)) || true
done

# Reconstruct args array without the processed flags
Expand Down

0 comments on commit b710204

Please sign in to comment.