diff --git a/scripts/edit.ps1 b/scripts/edit.ps1 index 8707f798..ca85e1b9 100755 --- a/scripts/edit.ps1 +++ b/scripts/edit.ps1 @@ -35,7 +35,7 @@ TryEditor "nano" $path TryEditor "pico" $path TryEditor "hx" $path TryEditor "emacs" $path -TryEditor "Code.exe" $path +TryEditor "Code" $path TryEditor "notepad.exe" $path TryEditor "wordpad.exe" $path Write-Host ""