mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +00:00
diagnostics: fix diagnostics for local/desktop editions
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
06fda31deb
commit
c36072713a
@ -54,6 +54,9 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
for _, c := range commonCmdCaptures {
|
||||
localCaptures = append(localCaptures, c)
|
||||
}
|
||||
for _, c := range localCmdCaptures {
|
||||
localCaptures = append(localCaptures, c)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user