Skip to content

Commit

Permalink
Properly convert provider command option to symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl committed Nov 4, 2013
1 parent 5e785f8 commit 2a6cf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-hostmanager/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def execute

o.on('--provider provider', String,
'Update machines with the specific provider.') do |provider|
options[:provider] = provider
options[:provider] = provider.to_sym
end
end

Expand Down

0 comments on commit 2a6cf09

Please sign in to comment.