Skip to content

Commit

Permalink
fix: incorrectly assigned alias parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored and jsmrcaga committed Feb 2, 2021
1 parent 87af643 commit 4a45b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -30,7 +30,7 @@ fi

if [[ -n $DEPLOY_ALIAS ]]
then
COMMAND+=" --alias $COMMAND"
COMMAND+=" --alias $DEPLOY_ALIAS"
fi

# Deploy with netlify
Expand Down

0 comments on commit 4a45b0c

Please sign in to comment.