Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed May 31, 2021
1 parent 9315f04 commit 5d3ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/crossbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func crossBuildImage(platform string) (string, error) {
tagSuffix := "main"

switch {
case platform == "darwin/amd64":
case platform == "darwin/amd64":
tagSuffix = "darwin-debian10"
case platform == "darwin/arm64":
tagSuffix = "darwin-arm64-debian10"
Expand Down

0 comments on commit 5d3ae5e

Please sign in to comment.