Skip to content

Commit a04ee39

Browse files
authored
Merge pull request #44 from vexx32/dev
Fix little derpy
2 parents 4d86e32 + 20836b5 commit a04ee39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSKoans/Private/Write-MeditationPrompt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function Write-MeditationPrompt {
5454

5555
$Red = @{ForegroundColor = "Red"}
5656
$Blue = @{ForegroundColor = "Cyan"}
57-
$Koan = Import-CliXml -Path "$PSScriptRoot/Data/Meditations.clixml" | Get-Random
57+
$Koan = Import-CliXml -Path "$script:ModuleFolder/Data/Meditations.clixml" | Get-Random
5858
$SleepTime = @{Milliseconds = 50}
5959

6060
#region Prompt Text

0 commit comments

Comments
 (0)