diff --git a/justfile b/justfile index c66b50f..385485f 100644 --- a/justfile +++ b/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