We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a17ab commit 6c2a775Copy full SHA for 6c2a775
1 file changed
tools/TweakOpenApi.ps1
@@ -35,4 +35,4 @@ Get-ChildItem -Path $OpenAPIFilesPath | ForEach-Object {
35
if ($modified) { $updatedContent | Out-File $filePath -Force }
36
}
37
$stopwatch.Stop()
38
-Write-Debug "Tweaked '$OpenAPIFilesPath' OpenAPI files in '$($Stopwatch.Elapsed.TotalMinutes)` minutes."
+Write-Debug "Tweaked '$OpenAPIFilesPath' OpenAPI files in '$($Stopwatch.Elapsed.TotalMinutes)' minutes."
0 commit comments