Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Add missing space to script/bootstrap (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbradf authored and jkleinsc committed May 18, 2016
1 parent 37e8b53 commit 4f437a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -f "package.json" ]; then
npm install -g phantomjs-prebuilt
fi

if [ -f "bower.json"]; then
if [ -f "bower.json" ]; then
echo "==> Installing bower components…"
bower install
fi
Expand Down

0 comments on commit 4f437a2

Please sign in to comment.