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:
parent
a077c4bc9d
commit
db58300aa7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue