lib/swiftformat/cmd.rb in danger-swiftformat-0.3.2 vs lib/swiftformat/cmd.rb in danger-swiftformat-0.3.3
- old
+ new
@@ -1,4 +1,6 @@
+require "shellwords"
+
module Danger
class Cmd
def self.run(cmd)
stdout, _stderr, _status = Open3.capture3(cmd.shelljoin)