Skip to content

Commit

Permalink
Fix setting a class property variable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljb committed Nov 18, 2016
1 parent 535af42 commit 5800df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vSphere/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def initialize(serial_port_config)
attr_reader :custom_attributes

def initialize
wait_for_customization_timeout = 600
@wait_for_customization_timeout = 600
@destroy_unused_network_interfaces = UNSET_VALUE
@destroy_unused_serial_ports = UNSET_VALUE
@network_adapters = {}
Expand Down

0 comments on commit 5800df9

Please sign in to comment.