summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaphaël Dubigny <rdubigny@users.noreply.github.com>2015-04-04 17:30:41 +0200
committerRaphaël Dubigny <rdubigny@users.noreply.github.com>2015-04-04 17:30:41 +0200
commit119fc82387695a5bddd1ab441d9022ff50594684 (patch)
tree35e9280dd2523d8d500197f57b7e383619565377 /bin
parentdfd17d1aba8e3e803e6cb951f7b0e8625ce39143 (diff)
downloadetherpad-lite-119fc82387695a5bddd1ab441d9022ff50594684.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 914e45a4..a5e4d5ab 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 minified cache..."
+echo "Clearing minified cache..."
rm -f var/minified*
echo "Ensure custom css/js files are created..."