Skip to content

Commit

Permalink
fix: not enough bang, too much and
Browse files Browse the repository at this point in the history
  • Loading branch information
espy committed Apr 12, 2018
1 parent 08d490b commit 44a4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/initial-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const greenkeeperConfigInfoMessage = (info) => {
}

const closeMessages = (issueNumbers) => {
if (issueNumbers && issueNumbers.length === 0) { return }
if (!issueNumbers || issueNumbers.length === 0) { return }
return '\nCloses: #' + issueNumbers.join(', #')
}

Expand Down

0 comments on commit 44a4a28

Please sign in to comment.