lib/danger/commands/local.rb in danger-0.5.2 vs lib/danger/commands/local.rb in danger-0.6.0

- old
+ new

@@ -25,10 +25,10 @@ unless source.repo_slug puts "danger local".red " failed because it only works with GitHub projects at the moment. Sorry." exit 0 end - puts "Running your Dangerfile against this PR - https://github.com/#{source.repo_slug}/pulls/#{source.pull_request_id}" + puts "Running your Dangerfile against this PR - https://github.com/#{source.repo_slug}/pull/#{source.pull_request_id}" if verbose != true puts "Turning on --verbose" dm.verbose = true end