Skip to content

Commit

Permalink
fix -p
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 28, 2014
1 parent bdec585 commit 0911fbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ build() {
release() {
mkdir -p polymer-$VERSION
pushd polymer-$VERSION >/dev/null
pull
if $PULL; then
pull
fi
if $PUSHTAGS; then
push_tags
else
Expand Down

0 comments on commit 0911fbc

Please sign in to comment.