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

Commit

Permalink
Revert "Update main.go"
Browse files Browse the repository at this point in the history
This reverts commit fa2dd0a.

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 On branch master
 Your branch is ahead of 'origin/master' by 1 commit.
   (use "git push" to publish your local commits)

 Changes to be committed:
	modified:   cmd/main.go
  • Loading branch information
AverageDood committed Jan 8, 2022
1 parent 109ef91 commit 92c8649
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", "powershell", "a path to the shell to execute for commands")
shell = flag.String("shell", "pwsh", "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 92c8649

Please sign in to comment.