Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1467 from 18F/ad-fix-cf-login
Browse files Browse the repository at this point in the history
Remove extraneous dashes in cf login command
  • Loading branch information
adelevie committed Dec 1, 2016
2 parents f931c08 + 71679c5 commit 445823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Expand Up @@ -20,5 +20,5 @@ else
exit
fi

cf login --a $API --u $CF_USERNAME --p $CF_PASSWORD --o $ORG -s $SPACE
cf login -a $API -u $CF_USERNAME -p $CF_PASSWORD -o $ORG -s $SPACE
cf zero-downtime-push $NAME -f $MANIFEST

0 comments on commit 445823d

Please sign in to comment.