Skip to content

Commit

Permalink
Merge branch 'main' into nested-vs-expansion-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
KGOH committed Dec 19, 2022
2 parents 1717895 + 085a33f commit 0da1039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ftr/post_write_coordination/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
(->> (if (seq tag-index-entry)
(update tag-index idx assoc :hash new-sha256)
(conj tag-index {:name (format "%s.%s" module vs-name) :hash new-sha256}))
(sort-by :name)
(ftr.utils.core/spit-ndjson-gz! tag-index-path))))


Expand Down

0 comments on commit 0da1039

Please sign in to comment.