From ac5b58bac4a1760106da301b1c2c6c81103058d6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 16 May 2013 02:34:31 -0400 Subject: [PATCH] Small fix to the printed debug message --- bin/updatecss.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/updatecss.sh b/bin/updatecss.sh index c477171..53d237c 100755 --- a/bin/updatecss.sh +++ b/bin/updatecss.sh @@ -28,7 +28,7 @@ )); if (empty($opts['dir'])) { - print "Skin directory not specified (--dir). Using skins/ and plugins/skins/.\n"; + print "Skin directory not specified (--dir). Using skins/ and plugins/*/skins/.\n"; $dir = INSTALL_PATH . 'skins'; $dir_p = INSTALL_PATH . 'plugins'; -- Gitblit v1.9.1