mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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() {
|
||||
for _, c := range localCmdCaptures {
|
||||
localCmdCaptures = append(localCmdCaptures, c)
|
||||
localCaptures = append(localCaptures, c)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user