Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit ede074b

Browse files
author
Jake Ginnivan
committed
Fixed chocolatey build
1 parent a2a26ab commit ede074b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$packageName = 'GitReleaseNotes'
22
$version = '__version__'
3-
$url = 'https://github.com/JakeGinnivan/GitReleaseNotes/releases/download/$version/GitReleaseNotes.$version.zip'
3+
$url = 'https://github.com/JakeGinnivan/GitReleaseNotes/releases/download/__version__/GitReleaseNotes.__version__.zip'
44
$validExitCodes = @(0)
55

66
Install-ChocolateyZipPackage "$packageName" "$url" "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

0 commit comments

Comments
 (0)