diagnostics: fix diagnostics for local/desktop editions

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2016-07-29 16:28:34 +01:00
parent 31fb1d0bdc
commit 02b7e852c7

View File

@ -54,6 +54,9 @@ var (
)
func init() {
for _, c := range commonCmdCaptures {
localCaptures = append(localCaptures, c)
}
for _, c := range localCmdCaptures {
localCaptures = append(localCaptures, c)
}