lib/danger_plugin.rb in danger-SwiftInfo-0.0.5 vs lib/danger_plugin.rb in danger-SwiftInfo-0.1.0
- old
+ new
@@ -18,10 +18,10 @@
# Run SwiftInfo and print the results to the PR.
# @param [String] path Path to the SwiftInfo binary.
# @return [void]
#
def run(path)
- binPath = path + " -s -pullRequest"
+ binPath = path + " -s --pullRequest"
output = `#{binPath}`
html = output.sub("\n", "<br>")
message(output)
end