Skip to content

Commit

Permalink
Fix Go distribution SYSTEM_ID key (#5861)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 23, 2018
1 parent c4c1c29 commit 06aa372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class GoReleaseUrlGenerator(BinaryToolUrlGenerator):
_DIST_URL_FMT = 'https://storage.googleapis.com/golang/go{version}.{system_id}.tar.gz'

_SYSTEM_ID = {
'darwin': 'darwin-amd64',
'mac': 'darwin-amd64',
'linux': 'linux-amd64',
}

Expand Down

0 comments on commit 06aa372

Please sign in to comment.