Skip to content

Commit

Permalink
fix typo in choco scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar-shaimordanov committed Mar 4, 2020
1 parent 9dababb commit bbb9804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nupkg-template/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Uninstall-BinFile -Name "psubst"

$dir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
Copy-Item -Path "$dir/psubst.bat" -Destination "$env:ChocolateyInstal/bin"
Copy-Item -Path "$dir/psubst.bat" -Destination "$env:ChocolateyInstall/bin"
2 changes: 1 addition & 1 deletion nupkg-template/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove-Item -Path "$env:ChocolateyInstal/bin/psubst.bat"
Remove-Item -Path "$env:ChocolateyInstall/bin/psubst.bat"

1 comment on commit bbb9804

@ildar-shaimordanov
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xtra5020
what's the reason for commenting this commit?

Please sign in to comment.