pantograph/lib/pantograph/actions/sh.rb in pantograph-0.1.8 vs pantograph/lib/pantograph/actions/sh.rb in pantograph-0.1.10

- old
+ new

@@ -23,10 +23,10 @@ def self.available_options [ PantographCore::ConfigItem.new(key: :command, description: 'Shell command to be executed', optional: false, - is_string: true), + type: String), PantographCore::ConfigItem.new(key: :log, description: 'Determines whether pantograph should print out the executed command itself and output of the executed command. If command line option --troubleshoot is used, then it overrides this option to true', optional: true, is_string: false, default_value: true),