diff --git a/find-build.clj b/find-build.clj index d40a9fa..57404ac 100755 --- a/find-build.clj +++ b/find-build.clj @@ -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)))