This commit is contained in:
Amolith 2023-03-19 23:20:16 -04:00
parent 17ba84e1b3
commit 21410a12d0
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ site:
docs ext:
#!/usr/bin/env bash
echo -e '\033[1m# Checking whether there are new {{uppercase(ext)}}s to build ...\033[0m'
echo -e '\033[1m# Checking whether there are new {{uppercase(ext)}}s to generate ...\033[0m'
export WEBROOT=public
@ -38,7 +38,7 @@ docs ext:
if [ -z "$todo" ]
then
echo "No {{uppercase(ext)}}s to build"
echo "No {{uppercase(ext)}}s to generate"
exit 0
else
for path in $todo