Do not mention data/themes.py in case there is theme.json

It's no longer needed in this case.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař
2017-05-16 16:42:19 +02:00
parent 331a59ff5d
commit 279ea3a478
+5 -2
View File
@@ -21,9 +21,12 @@ THEME="${1%/}"
./lint-theme.sh $THEME
cat <<END
if [ ! -f $THEME/theme.json ] ; then
echo
echo "Please ensure that you have updated data/themes.py in the website code before running this script."
fi
Please ensure that you have updated data/themes.py in the website code before running this script.
cat <<END
Continue (y/n)?
END