fix missing bracket in win_file_version

pull/18777/head
nitzmahone 9 years ago committed by Matt Clay
parent a077c4bc9d
commit db58300aa7

@ -64,7 +64,7 @@ Try {
$file_build_part = ''
}
$file_private_part = $_version_fields.FilePrivatePart
If ($file_private_part -eq $null)
If ($file_private_part -eq $null){
$file_private_part = ''
}
}

Loading…
Cancel
Save