Skip to content

Commit

Permalink
Update chocolateyInstall.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickperrone committed Aug 17, 2015
1 parent 8dd30cb commit cb65668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$name = "SitecoreShipFunctions"
$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"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-ChocolateyZipPackage $name $url $unzipLocation

$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'
& $installer

0 comments on commit cb65668

Please sign in to comment.