Skip to content

Commit 3634b0b

Browse files
Fix typo
1 parent 1bc9e25 commit 3634b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GLPI/Agent/HTTP/Client.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ sub _KeyChain_or_KeyStore_Export {
603603
SUFFIX => ".pem",
604604
);
605605
my $file = $tmpfile->filename;
606-
my store;
606+
my $store;
607607
if ($self->{ssl_keystore}) {
608608
foreach my $case (split(/,+/, $self->{ssl_keystore})) {
609609
$case = trimWhitespace($case);

0 commit comments

Comments
 (0)