Skip to content

Commit 614fba0

Browse files
new tests
1 parent ca044b1 commit 614fba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_site.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
# Check if the template file exists
2626
if [[ ! -f "$TEMPLATE_FILE" ]]; then
27-
echo "Error: Template file '$TEMPLATE_FILE' not found. Use './add.sh template_default.html' to add the default template file."
27+
echo "Error: Template file '$TEMPLATE_FILE' not found. Use './run_add.sh template_default.html' to add the default template file."
2828
exit 1
2929
fi
3030

@@ -48,7 +48,7 @@ ensure_components() {
4848
for comp in "${missing[@]}"; do
4949
echo "- $comp.html"
5050
done
51-
echo "Please add them using './add.sh defaults' or individually."
51+
echo "Please add them using './run_add.sh defaults' or individually."
5252
exit 1
5353
fi
5454
}

0 commit comments

Comments
 (0)