mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 17:32:26 +00:00
Fix error in diagnostic server init code
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ var (
|
||||
|
||||
func init() {
|
||||
for _, c := range localCmdCaptures {
|
||||
localCmdCaptures = append(localCmdCaptures, c)
|
||||
localCaptures = append(localCaptures, c)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user