diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 04c4a02a9..a5e4d5abd 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -103,7 +103,7 @@ if [ $DOWNLOAD_JQUERY = "true" ]; then fi #Remove all minified data to force node creating it new -echo "Clear minfified cache..." +echo "Clearing minified cache..." rm -f var/minified* echo "Ensure custom css/js files are created..."