Skip to content

Commit

Permalink
fix then on bash :/
Browse files Browse the repository at this point in the history
  • Loading branch information
omero committed Dec 14, 2015
1 parent 5380fc4 commit 9524908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected].$PUUID.drush.in:2222/~/repository.git

Expand Down

0 comments on commit 9524908

Please sign in to comment.