Skip to content

Commit 004288f

Browse files
committed
Fix typo
1 parent 50d3b65 commit 004288f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyPI/Package/src/webui/bootstrap.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IF "%1"=="minimal" (
99

1010
:: --- Full -------------------------------------
1111
:: Download WebUI library for all supported OS.
12-
echo WebUI Deno Bootstrap
12+
echo WebUI Python Bootstrap
1313
echo.
1414

1515
:: Creating the temporary cache folder

PyPI/Package/src/webui/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ "$1" == "" ]]; then
66

77
# --- Full -------------------------------------
88
# Download WebUI library for all supported OS.
9-
echo "WebUI Deno Bootstrap"
9+
echo "WebUI Python Bootstrap"
1010
echo
1111

1212
# Creating the temporary cache folder

0 commit comments

Comments
 (0)