Skip to content

Commit

Permalink
fix arg number
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Oct 7, 2024
1 parent 1f6b72f commit 69d4d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -z "$SET" ]; then
SET="lite"
fi

NAMESPACE=$2 # xingyaoww
NAMESPACE=$3 # xingyaoww
if [ -z "$NAMESPACE" ]; then
echo "Default to namespace: xingyaoww"
NAMESPACE="xingyaoww"
Expand Down

0 comments on commit 69d4d42

Please sign in to comment.