Branch: develop
- Author
- thewhodidthis <thewhodidthis@fastmail.com>
- Date
- Feb. 16 '23 10:51:50
- Commit
- 5679734472b3e7bacb0208315f8e5418d2a3467d
- Parent
- dcf53d71a68b2480c9e85282e590e4ac206de270
diff --git a/main.go b/main.go index 32324dc..1e39fbc 100644 --- a/main.go +++ b/main.go @@ -190,6 +190,7 @@ func main() { } branches, err := branchFilter(tmp, opt) + if err != nil { log.Fatalf("unable to filter branches: %v", err) }