diff --git a/commands/createfixpullrequests.go b/commands/createfixpullrequests.go index fd358b00f..17058bcaa 100644 --- a/commands/createfixpullrequests.go +++ b/commands/createfixpullrequests.go @@ -275,7 +275,7 @@ func (cfp *CreateFixPullRequestsCmd) openAggregatedPullRequest(fixBranchName str if err != nil { return } - if !isClean { + if isClean { log.Debug("Couldn't fix any of the impacted dependencies") return }