We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd30cb commit cb65668Copy full SHA for cb65668
Chocolatey/tools/chocolateyInstall.ps1
@@ -1,8 +1,8 @@
1
$name = "SitecoreShipFunctions"
2
-$url = "https://github.com/patrickperrone/Sitecore.Ship-PowerShell-Functions/archive/v1.0.1.zip"
+$url = "https://github.com/patrickperrone/Sitecore.Ship-PowerShell-Functions/archive/v1.1.0.zip"
3
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4
5
Install-ChocolateyZipPackage $name $url $unzipLocation
6
7
-$installer = Join-Path $unziplocation 'Sitecore.Ship-PowerShell-Functions-1.0.1\Install.ps1'
+$installer = Join-Path $unziplocation 'Sitecore.Ship-PowerShell-Functions-1.1.0\Install.ps1'
8
& $installer
0 commit comments