Skip to content

Commit

Permalink
Merge pull request #173 from vdmit11/master
Browse files Browse the repository at this point in the history
fix sorting in (find-processable-file-paths)
  • Loading branch information
gdeer81 committed May 3, 2019
2 parents b2d82b1 + ff3339f commit 88fd05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marginalia/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
(->> (io/file dir)
(file-seq)
(filter (partial processable-file? pred))
(sort-by #(->> % parse-ns second))
(sort-by parse-ns)
(map #(.getCanonicalPath %))))

;; ## Project Info Parsing
Expand Down

0 comments on commit 88fd05a

Please sign in to comment.