Skip to content

Commit

Permalink
Fix the longstanding mysterious 'a-whole.rkt' file that shows up in A…
Browse files Browse the repository at this point in the history
…bscond.
  • Loading branch information
dvanhorn committed Jan 28, 2024
1 parent 3a87741 commit 949c1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/notes/outlaw.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@(define-syntax (shell-expand stx)
(syntax-case stx ()
[(_ s ...)
(parameterize ([current-directory (build-path notes "abscond")])
(parameterize ([current-directory (build-path notes "outlaw")])
(begin (apply shell (syntax->datum #'(s ...)))
#'(void)))]))

Expand Down

0 comments on commit 949c1e9

Please sign in to comment.