lib/danger/commands/runner.rb in danger-4.2.1 vs lib/danger/commands/runner.rb in danger-4.2.2
- old
+ new
@@ -56,10 +56,10 @@
["--base=[master|dev|stable]", "A branch/tag/commit to use as the base of the diff"],
["--head=[master|dev|stable]", "A branch/tag/commit to use as the head"],
["--fail-on-errors=<true|false>", "Should always fail the build process, defaults to false"],
["--dangerfile=<path/to/dangerfile>", "The location of your Dangerfile"],
["--danger_id=<id>", "The identifier of this Danger instance"],
- ["--new-comment", "Makes Danger post a new comment instead of editing it's previous one"]
+ ["--new-comment", "Makes Danger post a new comment instead of editing its previous one"]
].concat(super)
end
def run
Executor.new(ENV).run(