Skip to content

Commit

Permalink
Merge pull request #46 from emyl/provider-to-sym
Browse files Browse the repository at this point in the history
Properly convert provider command option to symbol
  • Loading branch information
bdcribbs committed Nov 16, 2013
2 parents 6c5f3ed + 2a6cf09 commit cac3589
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 cac3589

Please sign in to comment.