Skip to content

Commit

Permalink
Merge pull request #874 from ashfurrow/pronouns
Browse files Browse the repository at this point in the history
Consolidates pronoun use in `danger init`
  • Loading branch information
orta committed Aug 5, 2017
2 parents 676a8a5 + 86999fd commit 0354f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
## master

* Add your own contributions to the next release on the line below this, please include your name too. Please don't set a new version if you are the first to make the section for `master`.
* Tightens up pronouns in `danger init`.

## 5.3.4

Expand Down
6 changes: 3 additions & 3 deletions lib/danger/commands/init.rb
Expand Up @@ -272,7 +272,7 @@ def info
ui.header "Useful info"
ui.say "- One of the best ways to test out new rules locally is via " + "bundle exec danger pr".yellow + "."
ui.pause 0.6
ui.say "- You can have Danger output all of its variables to the console via the " + "--verbose".yellow + " option."
ui.say "- You can have Danger output all of her variables to the console via the " + "--verbose".yellow + " option."
ui.pause 0.6
ui.say "- You can look at the following Dangerfiles to get some more ideas:"
ui.pause 0.6
Expand All @@ -286,8 +286,8 @@ def thanks
ui.pause 0.6

ui.say "And you're good to go. Danger is a collaboration between Orta Therox, Gem 'Danger' McShane and Felix Krause."
ui.say "If you like it, let others know. If you want to know more, follow " + "@orta".yellow + " and " + "@KrauseFx".yellow + " on Twitter."
ui.say "If you don't like it, help us improve it! xxx"
ui.say "If you like Danger, let others know. If you want to know more, follow " + "@orta".yellow + " and " + "@KrauseFx".yellow + " on Twitter."
ui.say "If you don't like Danger, help us improve the project! xxx"
end

def darwin?
Expand Down

0 comments on commit 0354f6d

Please sign in to comment.