Skip to content

Commit

Permalink
mod script
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Mar 29, 2018
1 parent bf06f4a commit bc62299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e # exit with nonzero exit code if anything fails

rm -rf .git
git init
git remote add origin config https://github.com/${TRAVIS_REPO_SLUG}
git remote add origin https://github.com/${TRAVIS_REPO_SLUG}
git pull origin config

rm -rf .git
Expand Down

0 comments on commit bc62299

Please sign in to comment.