Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install script on Windows #626

Merged
merged 1 commit into from Sep 10, 2019
Merged

Fix install script on Windows #626

merged 1 commit into from Sep 10, 2019

Conversation

Ruluk
Copy link
Contributor

@Ruluk Ruluk commented Jul 30, 2019

adjust_format() should use OS and not ARCH. In Windows, $OS will be calculated to be "windows" while $ARCH will be "386" or "amd64" (most of the time). $ARCH will surely never be "windows".

`adjust_format()` should use OS and not ARCH. In Windows, `$OS` will be calculated to be `"windows"` while `$ARCH` will be `"386"` or `"amd64"` (most of the time). `$ARCH` will surely never be `"windows"`.
@CLAassistant
Copy link

CLAassistant commented Jul 30, 2019

CLA assistant check
All committers have signed the CLA.

@jirfag jirfag merged commit 338e3fb into golangci:master Sep 10, 2019
@jirfag
Copy link
Member

jirfag commented Sep 10, 2019

thank you!

@jirfag
Copy link
Member

jirfag commented Sep 10, 2019

And I've decided to update the script in #672

@ldez ldez added this to the v1.18 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants