Skip to content

Commit

Permalink
% sign
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Jul 27, 2015
1 parent dcff337 commit 16ea6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -37,7 +37,7 @@ install:
- dir C:\mingw64\bin
#retrieve go 1.5
- ps: |
$file = $GOVER + ".windows-amd64.zip"
$file = %GOVER% + ".windows-amd64.zip"
$url = "https://storage.googleapis.com/golang/"
$url += $file
Invoke-WebRequest -UserAgent wget -Uri $url -OutFile go1.5beta2.windows-amd64.zip
Expand Down

0 comments on commit 16ea6f7

Please sign in to comment.