From 21410a12d08f05e70a60ba81a3bb5634aded90b4 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 19 Mar 2023 23:20:16 -0400 Subject: [PATCH] reword --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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