diff --git a/bin/doom.ps1 b/bin/doom.ps1 index 05f2ce168..560b13542 100644 --- a/bin/doom.ps1 +++ b/bin/doom.ps1 @@ -8,7 +8,7 @@ function Executable-Find { if ($path) { return $path.Path; } } } - throw "Could not find in $PATH: $($args -join ', ')" + throw "Could not find in PATH: $($args -join ', ')" } $emacs = if ($env:EMACS) { $env:EMACS } else { Executable-Find "emacs.exe" }