Skip to content

Commit

Permalink
Slashes are used here even on Windows it seems.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 17, 2013
1 parent c5767cd commit 1a47846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/deploy.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
;; repo names must not contain path delimiters because they're used by
;; aether for form filenames
(defn- sanitize-repo-name [name]
(last (.split name java.io.File/separator)))
(last (.split name "/")))

(defn repo-for [project name]
(let [settings (merge (get (into {} (:repositories project)) name)
Expand Down

0 comments on commit 1a47846

Please sign in to comment.