removed ' from command
This commit is contained in:
@@ -24,9 +24,9 @@
|
|||||||
(define-syntax git
|
(define-syntax git
|
||||||
(syntax-rules ()
|
(syntax-rules ()
|
||||||
((_ command b1 ...)
|
((_ 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 ...)))
|
(list b1 ...)))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user