diff --git a/main.rkt b/main.rkt index 3c69d73..4723e4b 100644 --- a/main.rkt +++ b/main.rkt @@ -24,9 +24,9 @@ (define-syntax git (syntax-rules () ((_ command b1 ...) - ((hash-ref git-commands 'command + ((hash-ref git-commands command (λ () - (error "Not a supported or recognized git command: " 'command))) + (error "Not a supported or recognized git command: " command))) (list b1 ...))) ) )