Skip to content

Commit cd557c7

Browse files
committed
fix(git-node): pass -S flag directly to Caritat
1 parent a9d4268 commit cd557c7

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)