From 456de365479bedf7ccf209c3f47f5fe593391dfd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Aug 2025 21:10:30 -0500 Subject: [PATCH] more tests --- doCommit.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doCommit.go b/doCommit.go index 8a1298f..26b1819 100644 --- a/doCommit.go +++ b/doCommit.go @@ -49,6 +49,7 @@ func doCommit() { } else { log.Info("repo is dirty", repo.GetFullPath()) } + okExit("hmm") if repo.GetCurrentBranchName() != repo.GetUserBranchName() { found := new(gitpb.Repos)