Skip to content

Commit 84d07d4

Browse files
committed
removing erroneous write-output
1 parent 3d0a891 commit 84d07d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BioNameGenerator/Public/Get-RandomKeyword.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Function Get-RandomKeyword {
7070
}
7171

7272
$ProjectPath = $ProjectPath = Join-Path (Split-Path -Path $PSScriptRoot -Parent) -ChildPath ""
73-
Write-Output $ProjectPath
73+
7474
# Import Modules
7575
Import-Module -Name (Join-Path -Path $ProjectPath `
7676
-ChildPath (Join-Path -Path 'Private' `

0 commit comments

Comments
 (0)