mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
chore: fix go linter.
This commit is contained in:
parent
f2e755b77b
commit
c36801700c
@ -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": {},
|
||||
|
Loading…
Reference in New Issue
Block a user