Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 28, 2014
1 parent c11826c commit e6928bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pull() {

version() {
if [ -e "bower.json" ]; then
node $VERSIONSCRIPT "$PWD/bower.json" ">=0.3.0 <1.0.0"
node $VERSIONSCRIPT "$PWD/bower.json" ">=0.3.0 <1.0.0"
fi
}

Expand Down

0 comments on commit e6928bd

Please sign in to comment.