Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Oct 22, 2019
1 parent d1ce62d commit 5fdf622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ linters:
- wsl
- gocognit
- godox
- gosec
- goconst # todo
1 change: 0 additions & 1 deletion pkg/wine/wine.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func executeMacOsWine(useSystemWine bool, ctx context.Context, args []string, ia

args = append([]string{ia64Name}, args...)
} else {

args = append([]string{ia32Name}, args...)
}

Expand Down

0 comments on commit 5fdf622

Please sign in to comment.