diff --git a/collects/planet/planet-archives.ss b/collects/planet/planet-archives.ss index 5b82924a25..5f21a9c608 100644 --- a/collects/planet/planet-archives.ss +++ b/collects/planet/planet-archives.ss @@ -37,5 +37,4 @@ ;; SIDE EFFECT: creates the directory if it doesn't already exist (define (get-planet-cache-path) (let ((path (build-path (PLANET-DIR) "cache.ss"))) - (make-directory* (PLANET-DIR)) path)))