mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 12:38:11 +00:00
Merge pull request #384 from rneugeba/diag-fix
diagnostics: fix diagnostics for local/desktop editions
This commit is contained in:
commit
2e11737f16
@ -54,6 +54,9 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
for _, c := range commonCmdCaptures {
|
||||||
|
localCaptures = append(localCaptures, c)
|
||||||
|
}
|
||||||
for _, c := range localCmdCaptures {
|
for _, c := range localCmdCaptures {
|
||||||
localCaptures = append(localCaptures, c)
|
localCaptures = append(localCaptures, c)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user