Commit 2440176
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments