We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e1ff3 commit 00696d1Copy full SHA for 00696d1
assets/scripts/insert_navbar.sh
@@ -18,8 +18,8 @@ fi
18
19
# Directory containing HTML files
20
HTML_DIR=$1
21
-# URL of the navigation bar HTML file
22
-NAVBAR_URL=$2
+# Source of the navigation bar HTML file
+NAVBAR_SOURCE=$2
23
# Shift off the first two arguments so we can parse the rest
24
shift 2
25
@@ -51,7 +51,7 @@ fi
51
52
# Check if the download was successful
53
if [ -z "$NAVBAR_HTML" ]; then
54
- echo "Failed to download navbar HTML from '$NAVBAR_URL'"
+ echo "Failed to download navbar HTML from '$NAVBAR_SOURCE'"
55
exit 1
56
fi
57
0 commit comments