Skip to content

Commit

Permalink
chore: fix go linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jul 25, 2023
1 parent f2e755b commit c368017
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/prebuild/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ import (
)

var (
osReleaseFile = "/etc/os-release"
firstPartyDists = []string{"arch", "debian", "ubuntu", "opensuse", "whonix"}
supportedDists = map[string][]string{
osReleaseFile = "/etc/os-release"
supportedDists = map[string][]string{
"arch": {},
"debian": {},
"ubuntu": {},
Expand Down

0 comments on commit c368017

Please sign in to comment.