We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9801e8d commit c5e0124Copy full SHA for c5e0124
1 file changed
Tools/YamlCreate.ps1
@@ -1466,7 +1466,7 @@ Function Read-QuickInstallerEntry {
1466
}
1467
1468
# Remove the downloaded files
1469
- SafeRemovePath $script:dest
+ SafeRemovePath -Path $script:dest
1470
Write-Host -ForegroundColor 'Green' "Installer updated!`n"
1471
1472
@@ -3111,7 +3111,7 @@ Switch ($script:Option) {
3111
3112
3113
3114
3115
$_NewInstallers += Restore-YamlKeyOrder $_Installer $InstallerEntryProperties -NoComments
3116
3117
# Write the new manifests
0 commit comments