lib/danger/commands/init.rb in danger-4.0.2 vs lib/danger/commands/init.rb in danger-4.0.3
- old
+ new
@@ -246,10 +246,10 @@
ui.say "The name is " + "DANGER_GITHUB_API_TOKEN".yellow + " and the value is the GitHub Personal Acess Token."
end
def unsure_token
ui.say "You need to expose a token called " + "DANGER_GITHUB_API_TOKEN".yellow + " and the value is the GitHub Personal Acess Token."
- ui.say "Depending on the CI system, this may need to be done on the machine ( in the " + "~/.bashprofile".yellow + ") or in a web UI somewhere."
+ ui.say "Depending on the CI system, this may need to be done on the machine (in the " + "~/.bashprofile".yellow + ") or in a web UI somewhere."
ui.say "We have a guide for all supported CI systems on danger.systems:"
ui.link "http://danger.systems/guides/getting_started.html#setting-up-danger-to-run-on-your-ci"
end
def note_about_clicking_links