1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix missing bracket in win_file_version

This commit is contained in:
nitzmahone 2016-03-10 13:02:33 -08:00 committed by Matt Clay
parent a077c4bc9d
commit db58300aa7

View file

@ -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 = ''
}
}