mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 18:51:40 +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() {
|
func init() {
|
||||||
for _, c := range localCmdCaptures {
|
for _, c := range localCmdCaptures {
|
||||||
localCmdCaptures = append(localCmdCaptures, c)
|
localCaptures = append(localCaptures, c)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user