Merge pull request #320 from nathanleclaire/diagnostic_oops

Diagnostic oops
This commit is contained in:
Justin Cormack 2016-07-21 00:43:56 +01:00 committed by GitHub
commit daf0b870b6
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,7 @@ var (
func init() {
for _, c := range localCmdCaptures {
localCmdCaptures = append(localCmdCaptures, c)
localCaptures = append(localCaptures, c)
}
}

View File

@ -1 +0,0 @@
package main