reword
This commit is contained in:
parent
17ba84e1b3
commit
21410a12d0
4
justfile
4
justfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue