diff --git a/cmd/gogitlabber/output.go b/cmd/gogitlabber/output.go index 597ef7d..9200035 100644 --- a/cmd/gogitlabber/output.go +++ b/cmd/gogitlabber/output.go @@ -105,9 +105,9 @@ func printGeneralErrors(stats *GitStats) { // check for errors func hasErrors(stats *GitStats) bool { - return len(stats.pullErrorMsgUnstaged) > 0 || - len(stats.pullErrorMsgUncommitted) > 0 || - len(stats.generalErrors) > 0 + return len(stats.pullErrorMsgUnstaged) > 0 || + len(stats.pullErrorMsgUncommitted) > 0 || + len(stats.generalErrors) > 0 } // print detailed summary