lib/perus/pinger/commands/run_installed_command.rb in perus-1.0.6 vs lib/perus/pinger/commands/run_installed_command.rb in perus-1.0.7
- old
+ new
@@ -1,9 +1,9 @@
module Perus::Pinger
class RunInstalledCommand < Command
description 'Run the command specified with "path". Valid values for
"path" are contained in the pinger config file.'
- option :path, restricted: true
+ option :path, restricted: false
def run
shell(options.path)
end
end