Skip to content

Commit

Permalink
Update prod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jun 25, 2016
1 parent 9dc1b7b commit cebe3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod.sh
Expand Up @@ -15,7 +15,7 @@ git checkout $BRANCH &> $OUTPUT

function build() {
echo -e "### Updating git branch '$BRANCH'..."
git pull origin $BRANCH &> $OUTPUT
git pull -x theirs origin $BRANCH &> $OUTPUT
SHA1="$(git log --pretty=format:'%h' -n 1)"
echo -e "### Fetched revision $SHA1\n"

Expand Down

0 comments on commit cebe3fb

Please sign in to comment.