lib/mb/cli/sub_command.rb in motherbrain-1.0.0 vs lib/mb/cli/sub_command.rb in motherbrain-1.1.0
- old
+ new
@@ -80,10 +80,10 @@
component: component_name,
version: plugin_version,
environment: environment,
arguments: task_args,
force: options[:force],
- node_filter: options[:only]
+ node_filter: options[:only]
)
display_job(job)
end
end