Merge pull request #9 from ethereum/deploy

Remove braces.
pull/1/head
chriseth 9 years ago
commit 3cebb65f70
  1. 2
      ci/deploy_from_travis.sh

@ -20,4 +20,4 @@ chmod 600 deploy_key
eval `ssh-agent -s`
ssh-add deploy_key
git push -f "${PUSH_REPO}" gh-pages
git push -f "$PUSH_REPO" gh-pages

Loading…
Cancel
Save