Skip to content

Commit

Permalink
Merge pull request #70 from ClogenyTechnologies/vj/bootstrap_version_…
Browse files Browse the repository at this point in the history
…option_fix

Fixed --bootstrap-version command line option
  • Loading branch information
Nimisha Sharad committed Aug 4, 2015
2 parents fae5865 + 83df35b commit 208827a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/chef/knife/google_server_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ class GoogleServerCreate < Knife

option :bootstrap_version,
:long => "--bootstrap-version VERSION",
:description => "The version of Chef to install"
:description => "The version of Chef to install",
:proc => Proc.new { |v| Chef::Config[:knife][:bootstrap_version] = v }

option :distro,
:short => "-d DISTRO",
Expand Down

0 comments on commit 208827a

Please sign in to comment.