Fix search/replace error
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 05:12:33 +0000 (23:12 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 05:12:33 +0000 (23:12 -0600)
gatekeeper.pl

index d97143db575148de2602e450fd07a3e9e97234af..0a66d5dbbad0b7dc1053fc4604c255607ae65214 100755 (executable)
@@ -2735,10 +2735,10 @@ foreach my $packet (@packets) { # each list element is an array reference
 
     $dsig_info = verify_clearsigned_message($directive_text, @keyrings);
 
-    throw signature_error => dsig_info => $dsig_info,
+    throw signature_error => sig_info => $dsig_info,
       summary => "gpg verify of directive file failed"
        if $dsig_info->{exitcode} != 0 || defined $dsig_info->{TILT};
-    throw signature_error => dsig_info => $dsig_info,
+    throw signature_error => sig_info => $dsig_info,
       summary => "gpg verification problem: could not extract timestamp"
        unless defined $dsig_info->{sig_creation};