Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #766 from deduktion/patch-1
Browse files Browse the repository at this point in the history
Update leiningen-core/src/leiningen/core/project.clj
  • Loading branch information
technomancy committed Sep 4, 2012
2 parents bfc52ed + e9386b7 commit d371e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/project.clj
Expand Up @@ -260,7 +260,7 @@
(if-let [pr (:plugin-repositories project)] (if-let [pr (:plugin-repositories project)]
(if (:omit-default-repositories project) (if (:omit-default-repositories project)
(assoc project :repositories pr) (assoc project :repositories pr)
(update-in project [:repositories] merge pr)) (update-in project [:repositories] concat pr))
project)) project))


(defn load-plugins (defn load-plugins
Expand Down

0 comments on commit d371e4d

Please sign in to comment.