diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 06:53:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 06:53:42 -0600 |
| commit | f540aab43407a50477c8b25af8ba125dcc5c6be6 (patch) | |
| tree | ffa6a52593b30122053bf8d4d6a372b2f9667870 /patchset.Make.go | |
| parent | a170250cb4e44b87641b2a3b7a36afec3bfab741 (diff) | |
Diffstat (limited to 'patchset.Make.go')
| -rw-r--r-- | patchset.Make.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchset.Make.go b/patchset.Make.go index 54f9a8a..4368719 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -43,11 +43,11 @@ func (f *Forge) MakeDevelPatchSet(name string) (*Patchset, error) { for all.Scan() { repo := all.Next() - if ! repo.IsLocalBranch(repo.GetUserBranchName()) { + if !repo.IsLocalBranch(repo.GetUserBranchName()) { // log.Info("repo doesn't have user branch", repo.GetGoPath()) continue } - if ! repo.IsLocalBranch(repo.GetDevelBranchName()) { + if !repo.IsLocalBranch(repo.GetDevelBranchName()) { // log.Info("repo doesn't have devel branch", repo.GetGoPath()) continue } |
