diff options
| author | Jeff Carr <[email protected]> | 2025-01-28 19:23:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 12:18:16 -0600 |
| commit | bb7937bb792919e37a1bd94acd8a54f5824f7a50 (patch) | |
| tree | 222ea93789e82145111a12066c911122d90b105d /main.go | |
| parent | 6e7874faa6223a8c8f27b6e651d44419cdf8bfb0 (diff) | |
print git checkout user error
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,8 +158,8 @@ func main() { for i, line := range lines { log.Info(i, line) } - okExit("patch list") } + okExit("patch list") } // todo: redo this logic using forgepb |
