Skip to content

Commit 4a45b0c

Browse files
tpluscodejsmrcaga
authored andcommitted
fix: incorrectly assigned alias parameter
1 parent 87af643 commit 4a45b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
if [[ -n $DEPLOY_ALIAS ]]
3232
then
33-
COMMAND+=" --alias $COMMAND"
33+
COMMAND+=" --alias $DEPLOY_ALIAS"
3434
fi
3535

3636
# Deploy with netlify

0 commit comments

Comments
 (0)