Skip to content

Commit 904977d

Browse files
committed
fixup! Unbreak interactive GPG prompt upon signing
Signed-off-by: Derrick Stolee <[email protected]>
1 parent 7515104 commit 904977d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gpg-interface.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@ int sign_buffer(struct strbuf *buffer, struct strbuf *signature, const char *sig
433433
int ret;
434434
size_t i, j, bottom;
435435

436-
argv_array_pushl(&gpg.args,
437-
use_format->program,
438-
"-bsau", signing_key,
439-
NULL);
436+
strvec_pushl(&gpg.args,
437+
use_format->program,
438+
"-bsau", signing_key,
439+
NULL);
440440

441441
bottom = signature->len;
442442

0 commit comments

Comments
 (0)