diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 05:48:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 05:48:02 -0600 |
| commit | 2c7e15ccfacd065029b5de4360288d72815bc907 (patch) | |
| tree | 8db1d43ed8b134092e9c4cdd526d5ac284c2079d /applyPatch.go | |
| parent | 79ec3ce469623e70bb8ee29218e0bb1aaae8c39a (diff) | |
check to make sure everything is on the devel branch
Diffstat (limited to 'applyPatch.go')
| -rw-r--r-- | applyPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applyPatch.go b/applyPatch.go index 2824407..52713a9 100644 --- a/applyPatch.go +++ b/applyPatch.go @@ -62,7 +62,7 @@ func IsValidPatch(p *forgepb.Patch) bool { func IsAnythingDirty() bool { me.found = new(gitpb.Repos) findAll() // select all the repos - doCheckDirty() + doCheckDirtyAndConfigSave() me.found = new(gitpb.Repos) findDirty() if len(me.found.Repos) == 0 { |
