Skip to content

Commit cb65668

Browse files
Update chocolateyInstall.ps1
1 parent 8dd30cb commit cb65668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$name = "SitecoreShipFunctions"
2-
$url = "https://github.com/patrickperrone/Sitecore.Ship-PowerShell-Functions/archive/v1.0.1.zip"
2+
$url = "https://github.com/patrickperrone/Sitecore.Ship-PowerShell-Functions/archive/v1.1.0.zip"
33
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44

55
Install-ChocolateyZipPackage $name $url $unzipLocation
66

7-
$installer = Join-Path $unziplocation 'Sitecore.Ship-PowerShell-Functions-1.0.1\Install.ps1'
7+
$installer = Join-Path $unziplocation 'Sitecore.Ship-PowerShell-Functions-1.1.0\Install.ps1'
88
& $installer

0 commit comments

Comments
 (0)