fix error message

This commit is contained in:
Robby Findler 2016-03-19 11:00:55 -05:00
parent 790096529c
commit 668e2ffbe2

View File

@ -191,5 +191,5 @@
(define (path->pkg given-p #:cache [cache #f])
(define-values (pkg subpath collect scope)
(path->pkg+subpath+collect* path->pkg given-p cache #f))
(path->pkg+subpath+collect* 'path->pkg given-p cache #f))
pkg)