Skip to content

Commit a291bd7

Browse files
committed
fix typo in catalog name
1 parent 122ad0c commit a291bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function New-Catalog
339339
}
340340
try {
341341
Push-Location $Location
342-
New-FileCatalog -CatalogFilePath PSScriptAnalzyer.cat -Path .
342+
New-FileCatalog -CatalogFilePath PSScriptAnalyzer.cat -Path .
343343
}
344344
finally {
345345
Pop-Location

0 commit comments

Comments
 (0)