summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-19 21:10:30 -0500
committerJeff Carr <[email protected]>2025-08-19 21:10:30 -0500
commit456de365479bedf7ccf209c3f47f5fe593391dfd (patch)
treecfe25b1dd51a3d4d14c96d7e6e350a788fbb438b /doCommit.go
parent46c617a31a6783f699b719227a024cc7031189bd (diff)
more tests
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go1
1 files changed, 1 insertions, 0 deletions
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)