Skip to content

Commit

Permalink
fix: Rename manifest.yml to manifest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tandashi committed Oct 23, 2023
1 parent a5f78b1 commit 26f851f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ async function main() {
);

fse.writeFileSync(
path.join(dir, 'manifest.yml'),
await renderFile(path.join(templateDir, 'manifest.yml.template'), response)
path.join(dir, 'manifest.yaml'),
await renderFile(path.join(templateDir, 'manifest.yaml.template'), response)
);
}

Expand Down
File renamed without changes.

0 comments on commit 26f851f

Please sign in to comment.