Skip to content

Commit

Permalink
Better success message
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskaufman committed Jul 16, 2012
1 parent a9fd339 commit fd6493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/update_requirejs.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ if [[ $? -ne 0 ]] ; then
else else
# Remove the old version of require completely # Remove the old version of require completely
rm -f ../js/libs/require/require.js.old rm -f ../js/libs/require/require.js.old
echo "requireJS has been updated and placed in $REQUIRE_PATH" echo "requireJS has been updated and placed in its proper place in the libs folder"
fi fi

0 comments on commit fd6493a

Please sign in to comment.