Skip to content

Commit

Permalink
Add -path
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Jun 24, 2024
1 parent 75c6d78 commit d73b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/DeployUtils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function SignScubaGearModule {
Write-Host ">> Catalog: $CatalogFilePath"
Write-Host ">> Path: $ModulePath"
$TestResult = Test-FileCatalog -CatalogFilePath $CatalogFilePath -Path $ModulePath -Detailed
Get-ChildItem $ModulePath -Recurse {
Get-ChildItem -Path $ModulePath -Force -Recurse {
Write-Host $_.FullName
}
if ($TestResult -eq 'Valid') {
Expand Down

0 comments on commit d73b1e2

Please sign in to comment.