diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -141,13 +141,13 @@ func main() { okExit("patches") } if argv.Patch != nil { - if argv.Patch.Show != "" { - sendDevelDiff(argv.Patch.Show) + if argv.Patch.Show != nil { + sendDevelDiff("fixme") // sendMasterDiff() okExit("patches") } - if argv.Patch.List { + if argv.Patch.List != nil { listPatches() okExit("patches") } |
