Skip to content

Commit 4f877a6

Browse files
committed
Dangerfile: improve message about branch rebasing.
Should be in 9dfd381 commit. Addressed to #537 No functional changes. [ci skip]
1 parent f816b93 commit 4f877a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ if commits > 1
673673
if git.commits.any? { |c| c.message =~ /^Merge branch/ || c.message =~ /^Merge remote-tracking branch/ }
674674
fail(
675675
"danger check: pull request contains merge commits! "\
676-
"Please, rebase your branch to get rid of them:\n"\
676+
"Please, rebase your branch to get rid of them: "\
677677
"`git rebase master #{github.branch_for_head}`"
678678
)
679679
else

0 commit comments

Comments
 (0)