fix(cli): doom.ps1: interpolated variable in error message

This commit is contained in:
Henrik Lissner 2024-09-07 01:20:37 -04:00
parent f644c4fa6c
commit 61dc1da645
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,7 +1,7 @@
# bin/doom.ps1
if (!(Get-Command -Erroraction silentlycontinue emacs.exe)) {
echo "Couldn't find emacs.exe in your $PATH."
echo "Couldn't find emacs.exe in your PATH."
exit 1
}