summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaphaël Dubigny <rdubigny@users.noreply.github.com>2015-04-04 17:14:59 +0200
committerRaphaël Dubigny <rdubigny@users.noreply.github.com>2015-04-04 17:14:59 +0200
commitdfd17d1aba8e3e803e6cb951f7b0e8625ce39143 (patch)
treec04db26310ed55fcd808d68b9560a1a98a10d79e /bin
parent900595355f300339b9ebf37b91ca6baa71fcd886 (diff)
downloadetherpad-lite-dfd17d1aba8e3e803e6cb951f7b0e8625ce39143.zip
Update installDeps.sh
Diffstat (limited to 'bin')
-rwxr-xr-xbin/installDeps.sh2
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..."