Skip to content

Commit c5e0124

Browse files
committed
Fix ScriptAnalyzer warning
1 parent 9801e8d commit c5e0124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/YamlCreate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ Function Read-QuickInstallerEntry {
14661466
}
14671467
}
14681468
# Remove the downloaded files
1469-
SafeRemovePath $script:dest
1469+
SafeRemovePath -Path $script:dest
14701470
Write-Host -ForegroundColor 'Green' "Installer updated!`n"
14711471
}
14721472

@@ -3111,7 +3111,7 @@ Switch ($script:Option) {
31113111
}
31123112
}
31133113
# Remove the downloaded files
3114-
SafeRemovePath $script:dest
3114+
SafeRemovePath -Path $script:dest
31153115
$_NewInstallers += Restore-YamlKeyOrder $_Installer $InstallerEntryProperties -NoComments
31163116
}
31173117
# Write the new manifests

0 commit comments

Comments
 (0)