Skip to content

Commit

Permalink
fix: properly name pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Nov 4, 2022
1 parent cf070f6 commit d3d1a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package main

import "golang.org/x/sys/windows"

const defaultShell = pwsh
const defaultShell = powershell

func defaultShellWithArgs() []string {
major, _, _ := windows.RtlGetNtVersionNumbers()
Expand Down

0 comments on commit d3d1a74

Please sign in to comment.