Skip to content

Commit 18f6bdb

Browse files
committed
(GH-53) Corrected cli reference
- In the installation/uninstallation chocolatey scripts, the file the shim was being pointed at was incorrect
1 parent 80c9af7 commit 18f6bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Packaging/nuget/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Generate-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
1+
Generate-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.exe"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Remove-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
1+
Remove-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.exe"

0 commit comments

Comments
 (0)