summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/test/snapshot/snapshot.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/test/snapshot/snapshot.test.ts b/packages/opencode/test/snapshot/snapshot.test.ts
index 5f15b9b4e..f053ec925 100644
--- a/packages/opencode/test/snapshot/snapshot.test.ts
+++ b/packages/opencode/test/snapshot/snapshot.test.ts
@@ -14,7 +14,7 @@ async function bootstrap() {
await Bun.write(`${dir}/a.txt`, aContent)
await Bun.write(`${dir}/b.txt`, bContent)
await $`git add .`.cwd(dir).quiet()
- await $`git commit -m init`.cwd(dir).quiet()
+ await $`git commit --no-gpg-sign -m init`.cwd(dir).quiet()
return {
aContent,
bContent,