Skip to content

Commit

Permalink
(GH-53) Corrected cli reference
Browse files Browse the repository at this point in the history
- In the installation/uninstallation chocolatey scripts, the file the shim was being pointed at was incorrect
  • Loading branch information
gep13 committed Jul 10, 2015
1 parent 80c9af7 commit 18f6bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packaging/nuget/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Generate-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
Generate-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.exe"
2 changes: 1 addition & 1 deletion Packaging/nuget/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
Remove-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.exe"

0 comments on commit 18f6bdb

Please sign in to comment.