We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb7e16 commit a4037f4Copy full SHA for a4037f4
src/go_over/retired.gleam
@@ -19,7 +19,7 @@ fn path(pkg: packages.Package) -> String {
19
fn filname(pkg) -> String {
20
pkg
21
|> path
22
- |> filepath.join("resp")
+ |> filepath.join("resp.json")
23
}
24
25
fn pull_retired(pkg: packages.Package) {
0 commit comments