mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
Add implicit string conversion to $flattenedJson in Invoke-WPFImpex.ps1 (#2658)
This commit is contained in:
parent
af7528a60b
commit
8b37420eec
@ -57,6 +57,7 @@ function Invoke-WPFImpex {
|
||||
}
|
||||
}
|
||||
|
||||
$flattenedJson = [string]$flattenedJson
|
||||
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user