Skip to content

Commit

Permalink
Fix match-jar-sig-file usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jan 13, 2012
1 parent c88f8ce commit 7bf7634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/core.clj
Expand Up @@ -60,7 +60,7 @@ Warning: alpha; subject to change."
identity
args))

(def ^{:private true} match-jar-sig-file #"(?i)^META-INF/[^/]*\.SF$")
(def ^{:internal true} match-jar-sig-file #"(?i)^META-INF/[^/]*\.SF$")

(defmacro defproject [project-name version & args]
;; This is necessary since we must allow defproject to be eval'd in
Expand Down

0 comments on commit 7bf7634

Please sign in to comment.