Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Fix pull request script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed May 23, 2015
1 parent 49473e3 commit 92043b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branch=${TRAVIS_PULL_REQUEST}
cd build
git init
git remote add origin [email protected]:LexBot/NeptuneDocs.git
if git ls-remote origin | grep -sw "$branch"
if git ls-remote origin | grep -sw "$branch"; then
git fetch origin $branch
git checkout $branch
else
Expand Down

0 comments on commit 92043b8

Please sign in to comment.