Skip to content

Commit

Permalink
Remove TODO - it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLang committed Mar 6, 2017
1 parent fad6249 commit 9d06127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/providers/hyperv/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def finalize!
@differencing_disk = false if @differencing_disk == UNSET_VALUE
@auto_start_action = nil if @auto_start_action == UNSET_VALUE
@auto_stop_action = nil if @auto_stop_action == UNSET_VALUE
@enable_virtualization_extensions = false if @enable_virtualization_extensions == UNSET_VALUE # TODO will this work?
@enable_virtualization_extensions = false if @enable_virtualization_extensions == UNSET_VALUE
end

def validate(machine)
Expand Down

0 comments on commit 9d06127

Please sign in to comment.