Skip to content

Commit 4f64a5c

Browse files
Updates executable name in beta setup scripts
1 parent ab04327 commit 4f64a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/setup-beta.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ Write-Host "Dev Proxy $version installed!"
8383
Write-Host
8484
Write-Host "To get started, run:"
8585
Write-Host " . `$PROFILE.CurrentUserAllHosts"
86-
Write-Host " devproxy --help"
86+
Write-Host " devproxy-beta --help"

scripts/setup-beta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ echo "To get started, run:"
9494
if [[ "$fileUsed" != "" ]]; then
9595
echo " source $fileUsed"
9696
fi
97-
echo " devproxy -h"
97+
echo " devproxy-beta -h"

0 commit comments

Comments
 (0)