From 49bd96d0afa715d54343530de9bd3a9c193d1ecc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Oct 2025 05:22:08 -0500 Subject: just box --fix --- doDev.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doDev.go') diff --git a/doDev.go b/doDev.go index 54ee5cf..843e4a5 100644 --- a/doDev.go +++ b/doDev.go @@ -27,9 +27,11 @@ func doDev() (string, error) { } found.Repos = append(found.Repos, repo) if !repo.IsMasterBranch() { - log.Info("you just be in the master branch") - repo.State = "needs master branch" - continue + if argv.Fix { + log.Info("you just be in the master branch to run --fix") + repo.State = "needs master branch" + continue + } } doFixDeleteUserBranches(repo, uremoteref) } -- cgit v1.2.3