Skip to content

Commit

Permalink
chore: Improve console output for public option.
Browse files Browse the repository at this point in the history
  • Loading branch information
atomdmac committed Mar 27, 2018
1 parent 4eda259 commit 12100b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ NOW_AUTH=""
# Is this a public deployment?
if [ "$PLUGIN_PUBLIC" == "true" ]
then
echo "> adding option --public"
echo "> adding option --public. If you are using an OSS plan, your source and logs will be public!"
NOW_DEPLOY_OPTIONS="${NOW_DEPLOY_OPTIONS} --public"
else
echo "> --public option not specified"
echo "> --public option not specified. Using the default value of FALSE."
fi

# Get the token or error
Expand Down Expand Up @@ -103,4 +103,4 @@ then
exit $rc
else
echo $'\n'"> Successfully deployed! $NOW_DEPLOYMENT_URL"$'\n'
fi
fi

0 comments on commit 12100b5

Please sign in to comment.