Skip to content

Commit 0ade659

Browse files
committed
remove test text
1 parent a40e628 commit 0ade659

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/UpdateModules.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ function Add-PSM1Dependency
9292
$file = Get-Item -Path $Path
9393
$manifestFile = $file.Name
9494
$psm1file = $manifestFile -replace ".psd1", ".psm1"
95-
Write-Host "here" + $Path
9695
Update-ModuleManifest -Path $Path -RootModule $psm1file
9796
}
9897
}

0 commit comments

Comments
 (0)