Skip to content

Commit

Permalink
fix: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 11, 2020
1 parent b62183e commit a6a87d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/delete-github-branches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const deleteGitHubBranches = async (options: deleteGitHubBranchesOptions)
results.push({
branchName: branch.branchName,
deleted: false,
reason: `This branch is matched patterns, but it has associated PullRequests: ${branch.associatedPullRequests}`
reason: `This branch is matched patterns, but it has associated Opened PullRequests: ${branch.associatedPullRequests}`
});
continue;
}
Expand Down

0 comments on commit a6a87d2

Please sign in to comment.