Skip to content

Commit

Permalink
Fix a wrong English word.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotarai authored and Ryota Arai committed Nov 9, 2015
1 parent d9b8577 commit a9d88c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/itamae/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.define_exec_options
option :node_yaml, type: :string, aliases: ['-y']
option :dry_run, type: :boolean, aliases: ['-n']
option :shell, type: :string, default: "/bin/sh"
option :ohai, type: :boolean, default: false, desc: "This option is DEPRECATED and will be inavailable."
option :ohai, type: :boolean, default: false, desc: "This option is DEPRECATED and will be unavailable."
end

desc "local RECIPE [RECIPE...]", "Run Itamae locally"
Expand Down

0 comments on commit a9d88c0

Please sign in to comment.