[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.47_02-5-g0237344
Alex Vandiver
alexmv at bestpractical.com
Mon Mar 10 11:30:49 EDT 2014
The branch, master has been updated
via 023734455cb364b5503e25babaff2ebe0f68ea18 (commit)
from abe138d6912821e164e7a23d058a9cb6657b3ccc (commit)
Summary of changes:
lib/GnuPG/Options.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 023734455cb364b5503e25babaff2ebe0f68ea18
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Mar 10 11:30:44 2014 -0400
The option is spelt trust-model, not trust_model
diff --git a/lib/GnuPG/Options.pm b/lib/GnuPG/Options.pm
index 98e5da0..51f9a43 100644
--- a/lib/GnuPG/Options.pm
+++ b/lib/GnuPG/Options.pm
@@ -130,7 +130,7 @@ sub get_option_args {
push @args, '--no-verbose' if $self->no_verbose();
push @args, '--quiet' if $self->quiet();
push @args, '--batch' if $self->batch();
- push @args, '--trust_model=always' if $self->always_trust();
+ push @args, '--trust-model=always' if $self->always_trust();
push @args, '--comment', $self->comment() if defined $self->comment();
push @args, '--force-v3-sigs' if $self->force_v3_sigs();
push @args, '--rfc1991' if $self->rfc1991;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list