Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkomanek committed Aug 1, 2018
1 parent 16aeb36 commit 6468dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def build_customization_spec
spec = load_customization_spec(custom_spec_name)
spec = spec.spec unless spec.nil?
_log.info "Loaded custom spec [#{custom_spec_name}]. Override flag: [#{sysprep_spec_override}]"
if sysprep_spec_override == false
if spec && sysprep_spec_override == false
adjust_nicSettingMap(spec)
return spec
end
Expand Down

0 comments on commit 6468dff

Please sign in to comment.