mirror of
https://github.com/movahhedi/blueberry-pma-theme.git
synced 2026-08-24 10:04:43 -05:00
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:
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user