Skip to content

Commit

Permalink
Fixed public_network error [GH-116]
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed May 7, 2014
1 parent 2d09187 commit 3c5cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-parallels/driver/pd_8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def enable_adapters(adapters)
# - in host-only (private) network it will be bridged to the 'vnicX' device
# - in real bridge (public) network it will be bridged to the assigned device
args.concat(["--type", "bridged", "--iface", adapter[:hostonly]])
elsif adapter[:type] == :bridge
elsif adapter[:type] == :bridged
args.concat(["--type", "bridged", "--iface", adapter[:bridge]])
elsif adapter[:type] == :shared
args.concat(["--type", "shared"])
Expand Down

0 comments on commit 3c5cb57

Please sign in to comment.