Skip to content

Commit

Permalink
removing erroneous write-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxrcon committed Jul 9, 2022
1 parent 3d0a891 commit 84d07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BioNameGenerator/Public/Get-RandomKeyword.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Function Get-RandomKeyword {
}

$ProjectPath = $ProjectPath = Join-Path (Split-Path -Path $PSScriptRoot -Parent) -ChildPath ""
Write-Output $ProjectPath

# Import Modules
Import-Module -Name (Join-Path -Path $ProjectPath `
-ChildPath (Join-Path -Path 'Private' `
Expand Down

0 comments on commit 84d07d4

Please sign in to comment.