Skip to content

Commit 7cf0213

Browse files
authored
fix(git-node): pass -S flag directly to Caritat (#958)
1 parent c08bf62 commit 7cf0213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/voting_session.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default class VotingSession extends Session {
2929
this.abstain = abstain;
3030
this.closeVote = argv['decrypt-key-part'];
3131
this.postComment = argv['post-comment'];
32+
this.gpgSign = argv['gpg-sign'];
3233
}
3334

3435
get argv() {

0 commit comments

Comments
 (0)