We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a87741 commit 949c1e9Copy full SHA for 949c1e9
1 file changed
www/notes/outlaw.scrbl
@@ -20,7 +20,7 @@
20
@(define-syntax (shell-expand stx)
21
(syntax-case stx ()
22
[(_ s ...)
23
- (parameterize ([current-directory (build-path notes "abscond")])
+ (parameterize ([current-directory (build-path notes "outlaw")])
24
(begin (apply shell (syntax->datum #'(s ...)))
25
#'(void)))]))
26
0 commit comments