From 95249087cbdb9d5fa9e2eab0388dfa3c827b4023 Mon Sep 17 00:00:00 2001 From: Omar Aguirre Date: Mon, 14 Dec 2015 02:26:28 -0600 Subject: [PATCH] fix then on bash :/ --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index d9fba00e..eafd7b4e 100644 --- a/circle.yml +++ b/circle.yml @@ -23,7 +23,7 @@ dependencies: - terminus auth login $PEMAIL --password="$PPASS" override: #avoid cache remote - - if git remote | grep pantheon > /dev/null; git remote rm pantheon; fi + - if git remote | grep pantheon > /dev/null; then git remote rm pantheon; fi #adding remote once again - git remote add pantheon ssh://codeserver.dev.$PUUID@codeserver.dev.$PUUID.drush.in:2222/~/repository.git