From 949c1e92f233c8e9b8ed585591f1dd15fb820e00 Mon Sep 17 00:00:00 2001 From: David Van Horn Date: Sun, 28 Jan 2024 10:50:12 -0500 Subject: [PATCH] Fix the longstanding mysterious 'a-whole.rkt' file that shows up in Abscond. --- www/notes/outlaw.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/notes/outlaw.scrbl b/www/notes/outlaw.scrbl index 540afb3d..5565c088 100644 --- a/www/notes/outlaw.scrbl +++ b/www/notes/outlaw.scrbl @@ -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)))]))