mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
chore: fix go linter.
This commit is contained in:
parent
f2e755b77b
commit
c36801700c
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue