Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Nov 29, 2012
1 parent 99de0b4 commit ee251fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Expand Up @@ -29,7 +29,7 @@ echo -n "Checking for Handlebars..."
command -v handlebars || echo "...not found!" command -v handlebars || echo "...not found!"


echo -n "Checking for UglifyJS..." echo -n "Checking for UglifyJS..."
command -v uglifyjsbog|| { command -v uglifyjs || {
echo "...not found!" echo "...not found!"
echo echo
echo "UglifyJS was not found. You MUST run in debug mode." echo "UglifyJS was not found. You MUST run in debug mode."
Expand Down

0 comments on commit ee251fa

Please sign in to comment.