diff --git a/main.go b/main.go index e0a795c..a75eb4e 100644 --- a/main.go +++ b/main.go @@ -31,7 +31,9 @@ func main() { if repo.IsUserBranch() { continue } - log.Info("you can not continue if repos are not on master branches") + log.Info("not on user branch:", repo.GetCurrentBranchName(), repo.GetMasterBranchName()) + log.Info("not on user branch:", repo.GetFullPath()) + log.Info("you can not continue if repos are not on user branches") os.Exit(-1) }