mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 21:42:39 +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() {
|
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