Skip to content

Commit

Permalink
Golo 3.2.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Jul 25, 2016
1 parent 3b96e04 commit c4c2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ try {
$binRoot = Get-BinRoot
$installDir = Join-Path $binRoot $package
Write-Host "Adding `'$installDir`' to the path and the current shell path"
$zipUrl = 'https://bintray.com/artifact/download/golo-lang/downloads/golo-3.2.0-M2.zip'
$zipUrl = 'https://bintray.com/artifact/download/golo-lang/downloads/golo-3.2.0-M3.zip'

Install-ChocolateyZipPackage 'golo' "$zipUrl" "$binRoot"

Expand Down

0 comments on commit c4c2d0c

Please sign in to comment.