We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d86e32 + 20836b5 commit a04ee39Copy full SHA for a04ee39
PSKoans/Private/Write-MeditationPrompt.ps1
@@ -54,7 +54,7 @@ function Write-MeditationPrompt {
54
55
$Red = @{ForegroundColor = "Red"}
56
$Blue = @{ForegroundColor = "Cyan"}
57
- $Koan = Import-CliXml -Path "$PSScriptRoot/Data/Meditations.clixml" | Get-Random
+ $Koan = Import-CliXml -Path "$script:ModuleFolder/Data/Meditations.clixml" | Get-Random
58
$SleepTime = @{Milliseconds = 50}
59
60
#region Prompt Text
0 commit comments