Skip to content

Commit

Permalink
wrong name var
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 49550f8 commit f63e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (baseRef) {
changedFeatures = (
await Promise.all(
changedIds.map((x) =>
readFile(`src/${id}/devcontainer-feature.json`, "utf8").catch(() => {})
readFile(`src/${x}/devcontainer-feature.json`, "utf8").catch(() => {})
)
)
)
Expand Down

0 comments on commit f63e567

Please sign in to comment.