Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Fix crash when calling powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageDood committed Jan 8, 2022
1 parent 92c8649 commit 19b4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
shell = flag.String("shell", "pwsh", "a path to the shell to execute for commands")
shell = flag.String("shell", "powershell", "a path to the shell to execute for commands")

onCapturePressed = flag.String("capture-pressed", "", "a command to run when the Capture button is pressed")
onCaptureReleased = flag.String("capture-released", "", "a command to run when the Capture button is released")
Expand Down

0 comments on commit 19b4e92

Please sign in to comment.