Skip to content

Commit a4037f4

Browse files
committed
.json
1 parent 0cb7e16 commit a4037f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go_over/retired.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn path(pkg: packages.Package) -> String {
1919
fn filname(pkg) -> String {
2020
pkg
2121
|> path
22-
|> filepath.join("resp")
22+
|> filepath.join("resp.json")
2323
}
2424

2525
fn pull_retired(pkg: packages.Package) {

0 commit comments

Comments
 (0)