Skip to content

Commit

Permalink
Make new-fileset public
Browse files Browse the repository at this point in the history
  • Loading branch information
kul committed Jun 26, 2015
1 parent df0412e commit 32a4da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/core/src/boot/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
[key]
(tmp/mkdir! @tmpregistry key))

(def ^:private new-fileset
(def new-fileset
(memoize
(fn []
(boot.tmpdir.TmpFileSet. @tempdirs {} (tmp-dir* ::blob)))))
Expand Down

0 comments on commit 32a4da7

Please sign in to comment.