From cd7d256a8040997467b5ec63aff182cdce207ca8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Jan 2025 18:14:33 -0600 Subject: even better bash --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 95c9311..8f52261 100644 --- a/main.go +++ b/main.go @@ -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") } -- cgit v1.2.3