From d3d1a742a71e19b88a8881b0133c0152b0d6ba81 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Fri, 4 Nov 2022 17:26:05 -0400 Subject: [PATCH] fix: properly name pwsh --- tty_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty_windows.go b/tty_windows.go index 6c1d2ba2..0b82bf52 100644 --- a/tty_windows.go +++ b/tty_windows.go @@ -5,7 +5,7 @@ package main import "golang.org/x/sys/windows" -const defaultShell = pwsh +const defaultShell = powershell func defaultShellWithArgs() []string { major, _, _ := windows.RtlGetNtVersionNumbers()