raco pkg: fix `--scope user' option
This commit is contained in:
parent
147d490f24
commit
8e7ec75ef8
|
@ -31,7 +31,7 @@
|
|||
(define (call-with-package-scope who given-scope installation shared user thunk)
|
||||
(define scope
|
||||
(case given-scope
|
||||
[(installation use shared) given-scope]
|
||||
[(installation user shared) given-scope]
|
||||
[else
|
||||
(cond
|
||||
[installation 'installation]
|
||||
|
|
Loading…
Reference in New Issue
Block a user