Skip to content

Commit

Permalink
Silence git warning in Danger
Browse files Browse the repository at this point in the history
Fixes realm#1784.
  • Loading branch information
jpsim committed Aug 21, 2017
1 parent 8164bf4 commit 53db881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ file.unlink

non_empty_lines(lines).each do |line|
puts line
if line.start_with? 'Permanently added the RSA host key for IP address'
if line.include? 'Permanently added the RSA host key for IP address'
# Don't report to Danger
elsif line.start_with? 'Message:'
message parse_line(line)
Expand Down

0 comments on commit 53db881

Please sign in to comment.