From 71679c57a34ea302eece5ad0eb1f1ea80430bc2a Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Thu, 1 Dec 2016 17:08:08 -0500 Subject: [PATCH] Remove extraneous dashes in cf login command --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index cae364e6..21d019f3 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -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