Skip to content

Commit 949c1e9

Browse files
committed
Fix the longstanding mysterious 'a-whole.rkt' file that shows up in Abscond.
1 parent 3a87741 commit 949c1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/outlaw.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@(define-syntax (shell-expand stx)
2121
(syntax-case stx ()
2222
[(_ s ...)
23-
(parameterize ([current-directory (build-path notes "abscond")])
23+
(parameterize ([current-directory (build-path notes "outlaw")])
2424
(begin (apply shell (syntax->datum #'(s ...)))
2525
#'(void)))]))
2626

0 commit comments

Comments
 (0)