mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #320 from nathanleclaire/diagnostic_oops
Diagnostic oops
This commit is contained in:
commit
daf0b870b6
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
package main
|
|
Loading…
Reference in New Issue
Block a user