Skip to content

Commit

Permalink
fix: corrected description quote in setup script (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 15, 2022
1 parent 9eed804 commit 1360510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup.js
Expand Up @@ -155,7 +155,7 @@ try {
console.log();
console.log(chalk.gray`Hydrating repository settings...`);

await $`gh repo edit --delete-branch-on-merge --description "${description}" --enable-auto-merge --enable-rebase-merge=false --enable-squash-merge`;
await $`gh repo edit --delete-branch-on-merge --description ${description} --enable-auto-merge --enable-rebase-merge=false --enable-squash-merge`;

console.log(chalk.gray`鉁旓笍 Done.`);

Expand Down

0 comments on commit 1360510

Please sign in to comment.