diff --git a/source/prefix.ps1 b/source/prefix.ps1 index b5e5c9c..c805e33 100644 --- a/source/prefix.ps1 +++ b/source/prefix.ps1 @@ -17,7 +17,7 @@ if ([System.String]::IsNullOrEmpty($culture)) } else { - if (Test-Path -Path (Join-Path -Path $script:LabBuidlerModuleRoot -ChildPath $culture)) + if (! (Test-Path -Path (Join-Path -Path $script:LabBuidlerModuleRoot -ChildPath $culture))) { $culture = 'en-US' }