Skip to content

Commit

Permalink
Fix aggregated pull requests (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Jun 5, 2023
1 parent e263a73 commit 305f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/createfixpullrequests.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 305f86b

Please sign in to comment.