Typo fix.

This commit is contained in:
Phil Hagelberg 2013-08-04 21:20:26 -07:00
parent dc92429602
commit 257cb470e1

View file

@ -32,4 +32,7 @@ Raise an exception if any deletion fails unless silently is true."
(keyword? target-key) (target-key project)
(string? target-key) target-key)]
(doseq [f (flatten [target])]
(delete-file-recursively target :silently)))))
(delete-file-recursively f :silently)))))