Skip to content

Commit

Permalink
Release 'v.1.0.8'
Browse files Browse the repository at this point in the history
* master:
  Fixed public_network error [GH-116]
  • Loading branch information
legal90 committed May 7, 2014
2 parents 766d5d9 + 27a5e30 commit f3ad5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/vagrant-parallels/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Parallels
VERSION = "1.0.7"
VERSION = "1.0.8"
end
end

0 comments on commit f3ad5eb

Please sign in to comment.