Skip to content

Commit 38b696e

Browse files
committed
src/codegouvfr/codegouvfr_output_data.clj: Temp fix
Temporarily disable output of latest Awesome releases as xml feed.
1 parent bcd0c3a commit 38b696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegouvfr/codegouvfr_output_data.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ This list is published under Licence Ouverte 2.0 and CC BY.")
694694
(output-repositories-json :full)
695695
(output-repositories-csv)
696696
(output-latest-repositories-xml)
697-
(output-latest-releases-xml)
697+
;; (output-latest-releases-xml)
698698
(output-forges-csv)
699699
(output-stats-json)
700700
(when-not (:test @cli-opts)

0 commit comments

Comments
 (0)