lib/danger/ci_source/buildkite.rb in danger-9.4.3 vs lib/danger/ci_source/buildkite.rb in danger-9.5.0

- old
+ new

@@ -5,10 +5,10 @@ module Danger # ### CI Setup # # With BuildKite you run the server yourself, so you will want to run it as a part of your build process. - # It is common to have build steps, so we would recommend adding this to your scrip: + # It is common to have build steps, so we would recommend adding this to your script: # # ```shell # echo "--- Running Danger" # bundle exec danger # ```