mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Fix error in diagnostic server init code
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
59dd4f2f1d
commit
9ecf003a33
@ -55,7 +55,7 @@ var (
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
for _, c := range localCmdCaptures {
|
for _, c := range localCmdCaptures {
|
||||||
localCmdCaptures = append(localCmdCaptures, c)
|
localCaptures = append(localCaptures, c)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user