10000 Name of the string in help file is now hardcoded in Bash version. · dotnet/install-scripts@4163beb · GitHub
[go: up one dir, main page]

Skip to content

Commit 4163beb

Browse files
committed
Name of the string in help file is now hardcoded in Bash version.
1 parent d7ece4c commit 4163beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ do
17351735
zip_path="$1"
17361736
;;
17371737
-?|--?|-h|--help|-[Hh]elp)
1738-
script_name="$(basename "$0")"
1738+
script_name="dotnet-install.sh"
17391739
echo ".NET Tools Installer"
17401740
echo "Usage:"
17411741
echo " # Install a .NET SDK of a given Quality from a given Channel"

0 commit comments

Comments
 (0)
0