Update repository URL

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-08-07 14:42:49 -07:00
commit fc3c12ad90
6 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ if [ ! -d "$GIT_DIR" ]; then
fi
if !(git remote | grep origin); then
git remote add origin git@github.com:orchardup/fig.git
git remote add origin git@github.com:docker/fig.git
fi
git fetch origin