diff options
author | Raphaël Dubigny <rdubigny@users.noreply.github.com> | 2015-04-04 17:14:59 +0200 |
---|---|---|
committer | Raphaël Dubigny <rdubigny@users.noreply.github.com> | 2015-04-04 17:14:59 +0200 |
commit | dfd17d1aba8e3e803e6cb951f7b0e8625ce39143 (patch) | |
tree | c04db26310ed55fcd808d68b9560a1a98a10d79e | |
parent | 900595355f300339b9ebf37b91ca6baa71fcd886 (diff) | |
download | etherpad-lite-dfd17d1aba8e3e803e6cb951f7b0e8625ce39143.zip |
Update installDeps.sh
-rwxr-xr-x | bin/installDeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 04c4a02a..914e45a4 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 "Clear minified cache..." rm -f var/minified* echo "Ensure custom css/js files are created..." |