We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2f448 commit 2abd3d7Copy full SHA for 2abd3d7
boot/core/src/boot/core.clj
@@ -205,8 +205,8 @@
205
(defn mktgtdir!
206
"Create a tempdir managed by boot into which tasks can emit artifacts. See
207
https://github.com/tailrecursion/boot#boot-managed-directories for more info."
208
- [key & [name]]
209
- (util/with-let [f (mktmpdir! key name)]
+ [key]
+ (util/with-let [f (mktmpdir! key)]
210
(swap! tgtdirs conj f)
211
(set-env! :src-paths #{(.getPath f)})
212
(add-sync! (get-env :tgt-path) [(.getPath f)])))
0 commit comments