We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239be66 commit dcbce7eCopy full SHA for dcbce7e
tool/ood-gen/lib/platform_release.ml
@@ -221,8 +221,8 @@ module Scraper = struct
221
(*|> Option.value ~default:"MISSING"*)
222
in
223
let output_file =
224
- "data/platform_releases/" ^ project ^ "/" ^ yyyy_mm_dd ^ "-"
225
- ^ project ^ "-" ^ github_tag ^ "-draft.md"
+ "data/platform_releases/" ^ project ^ "/" ^ yyyy_mm_dd ^ "-" ^ project
+ ^ "-" ^ github_tag ^ "-draft.md"
226
227
let content = River.content post in
228
let released_on_github_by = Some (River.author post) in
0 commit comments