Skip to content

Commit 934f7f7

Browse files
committed
paul-config.scm: Find hs binary in M1 Mac Homebrew location.
1 parent 48fce70 commit 934f7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/paul-config.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
(length itms)))
115115
;; Okay it's not great but i'm escaping quotes so that it remains valid Lua code...
116116
(hs-alert (format #f "hs.alert.show(\"~a\")" (escape-special-chars message #\" #\\)))
117-
(commands `(("/usr/local/bin/hs" "-c" ,hs-alert))))
117+
(commands `(("/opt/homebrew/bin/hs" "-c" ,hs-alert))))
118118
(format #t "~a~%" message)
119119
(receive (from to pids) (pipeline commands)
120120
(close to)

0 commit comments

Comments
 (0)