clj style
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
n (count paths)]
|
||||
(cond (< 1 n) (die ">1 build directories found. run `cabal clean`.")
|
||||
(< n 1) (die "no build directories found. this shouldn't happen lol")
|
||||
:else (-> (first paths) fs/real-path str println)))
|
||||
:else (-> paths first fs/real-path str println)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user