diff --git a/bin/setup-mastodon-in-travis.sh b/bin/setup-mastodon-in-travis.sh index 4d12d74..991c24a 100755 --- a/bin/setup-mastodon-in-travis.sh +++ b/bin/setup-mastodon-in-travis.sh @@ -2,7 +2,7 @@ set -e -if [[ "$COMMAND" = deploy-dev-travis ]]; then +if [[ "$COMMAND" = deploy-all-travis ]]; then exit 0 # no need to setup mastodon in this case fi