Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Jun 2, 2021
1 parent d67eece commit 1c4381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function main() {
await e(`git commit -m "Update for v${VERSION}"`);

// check that we're clean
await e("git git diff-index --quiet HEAD");
await e("git diff-index --quiet HEAD");

if (DRY) {
console.log("Stopping. Dry run. Reverse last commit with `git reset --hard HEAD~1`");
Expand Down

0 comments on commit 1c4381b

Please sign in to comment.