Skip to content

Commit 2440176

Browse files
committed
Use the absolute path to avoid command not found on GitHub Actions
```patch diff --git a/.chezmoiscripts/darwin/defaults.sh b/.chezmoiscripts/darwin/defaults.sh new file mode 100755 index 0000000000000000000000000000000000000000..1998ac1 --- /dev/null +++ b/.chezmoiscripts/darwin/defaults.sh @@ -0,0 +1,2 @@ +#!/bin/sh +defaults write -g ApplePressAndHoldEnabled -bool false /tmp/1226643682.defaults.sh: line 2: defaults: command not found chezmoi: .chezmoiscripts/darwin/defaults.sh: exit status 127 ```
1 parent 638c9ab commit 2440176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
defaults write -g ApplePressAndHoldEnabled -bool false
2+
/usr/bin/defaults write -g ApplePressAndHoldEnabled -bool false

0 commit comments

Comments
 (0)