Skip to content

Commit

Permalink
Fix warn-user-repos for new :repositories format.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Aug 25, 2012
1 parent 59303f8 commit 3106e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

(defn- warn-user-repos []
(when (->> (vals (user/profiles))
(map (comp vals :repositories))
(map (comp second :repositories))
(apply concat) (some :url))
(println "WARNING: :repositories detected in user-level profile!")
(println "See https://github.com/technomancy/leiningen/wiki/Repeatability")))
Expand Down

0 comments on commit 3106e21

Please sign in to comment.