removed ' from command
This commit is contained in:
@@ -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 ...)))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user