From 6a69b193d54c318b92df8d5e516bfbc64123ad0e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 9 Dec 2018 10:39:20 -0800 Subject: [PATCH] chore: fix wrong order in now alias command (#770) --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 23c32bf..34b8748 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -32,7 +32,7 @@ if [[ "$DEPLOY_TYPE" == "prod" ]]; then fi # alias -$NOW_COMMAND alias "$NOW_ALIAS" "$URL" +$NOW_COMMAND alias "$URL" "$NOW_ALIAS" # cleanup $NOW_COMMAND rm pinafore --safe --yes