Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from Folcon/develop
Browse files Browse the repository at this point in the history
PR for #52 "Difference between windows vs macos + linux"
  • Loading branch information
manderson202 authored Jan 27, 2022
2 parents 1871690 + de942f9 commit 6560f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject reifyhealth/lein-git-down "0.4.0"
(defproject reifyhealth/lein-git-down "0.4.1-SNAPSHOT"
:description "A Leiningen plugin for resolving Clojure(Script) dependencies from a Git repository"
:url "http://github.com/reifyhealth/lein-git-down"
:license {:name "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion src/lein_git_down/git_wagon.clj
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
(let [file-re (-> (.getAbsolutePath destination)
(string/split (re-pattern (str "\\." checksum)))
first
(string/split #"/")
(string/split (re-pattern (str "\\" File/separatorChar)))
last
(str "\\.(?!" checksum ")[^\\.]+$")
re-pattern)]
Expand Down

0 comments on commit 6560f9f

Please sign in to comment.