mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix missing bracket in win_file_version
This commit is contained in:
@@ -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 = ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user