Skip to content

Commit

Permalink
Fix bower-auto-build description
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north authored Jul 26, 2016
1 parent f4a09d6 commit 0a85708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bower_ember_build
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ git remote rm origin
# Sending output to /dev/null to prevent GH_TOKEN leak on error.
git remote add origin https://${USER}:${GH_TOKEN}@github.com/${COMPONENTS_EMBER_REPO_SLUG}.git &> /dev/null
git add -A
git commit -m "Ember Bower Auto build for https://github.com/emberjs/ember.js/commits/${TRAVIS_COMMIT}."
git commit -m "Ember Bower Auto build for https://github.com/emberjs/ember.js/commit/${TRAVIS_COMMIT}."

# Sending output to /dev/null to prevent GH_TOKEN leak on error.
git push -fq origin ${CHANNEL} &> /dev/null
Expand Down

0 comments on commit 0a85708

Please sign in to comment.