Skip to content

Commit

Permalink
fix(cli): git add LICENSE needs to specify file extension (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Mar 4, 2021
1 parent a861f0e commit a9a6c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function main() {
});
console.log(`README.md created`);

await command("git add LICENSE");
await command("git add LICENSE.md");
await command("git commit -m 'docs(LICENSE): ISC'");

await command("git add CODE_OF_CONDUCT.md");
Expand Down

0 comments on commit a9a6c38

Please sign in to comment.