From ffe615ef2ae6ef7df78b796f8eabae172e4a8e1b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Aug 2025 21:12:37 -0500 Subject: [PATCH] okay --- doCommit.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doCommit.go b/doCommit.go index 26b1819..7718966 100644 --- a/doCommit.go +++ b/doCommit.go @@ -44,12 +44,11 @@ func doCommit() { okExit("") } - if ! repo.IsDirty() { + if !repo.IsDirty() { okExit("this repo is not dirty") } else { log.Info("repo is dirty", repo.GetFullPath()) } - okExit("hmm") if repo.GetCurrentBranchName() != repo.GetUserBranchName() { found := new(gitpb.Repos)