We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca044b1 commit 614fba0Copy full SHA for 614fba0
scripts/generate_site.sh
@@ -24,7 +24,7 @@ fi
24
25
# Check if the template file exists
26
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."
+ echo "Error: Template file '$TEMPLATE_FILE' not found. Use './run_add.sh template_default.html' to add the default template file."
28
exit 1
29
fi
30
@@ -48,7 +48,7 @@ ensure_components() {
48
for comp in "${missing[@]}"; do
49
echo "- $comp.html"
50
done
51
- echo "Please add them using './add.sh defaults' or individually."
+ echo "Please add them using './run_add.sh defaults' or individually."
52
53
54
}
0 commit comments