Skip to content

Commit

Permalink
fix forceSignAnnotated typo (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Oct 19, 2022
1 parent 76d683a commit 1d3f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/git/src/index.test.ts
Expand Up @@ -53,7 +53,7 @@ describe("git", () => {
await spawn("git", ["config", "user.name", "xyz"], { cwd });
await spawn("git", ["config", "commit.gpgSign", "false"], { cwd });
await spawn("git", ["config", "tag.gpgSign", "false"], { cwd });
await spawn("git", ["config", "tag.forceSignAnnotataled", "false"], {
await spawn("git", ["config", "tag.forceSignAnnotated", "false"], {
cwd,
});
});
Expand Down

0 comments on commit 1d3f9f2

Please sign in to comment.