Skip to content

Commit c780f19

Browse files
author
Bastien Guerry
committed
src/codegouvfr-output-data.clj: Temporarily use stats_preprod.json
1 parent 3747d75 commit c780f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegouvfr-output-data.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
java.text.SimpleDateFormat.
612612
(.format (java.util.Date.))
613613
(str "-stats.json")) stats-str)
614-
(spit "stats.json" stats-str)))
614+
(spit "stats_preprod.json" stats-str)))
615615

616616
(defn- output-formations-json []
617617
(when-let [res (fetch-yaml (:formations urls))]

0 commit comments

Comments
 (0)