diff --git a/collects/pkg/main.rkt b/collects/pkg/main.rkt index cf5d240fef..01e354d849 100644 --- a/collects/pkg/main.rkt +++ b/collects/pkg/main.rkt @@ -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]