Skip to content

Commit 1fdcc30

Browse files
Remove unneeded extra '>'
1 parent 3634b0b commit 1fdcc30

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
@@ -612,7 +612,7 @@ sub _KeyChain_or_KeyStore_Export {
612612
}
613613
}
614614
getAllLines(
615-
command => "security find-certificate -a -p $store >> '$file'",
615+
command => "security find-certificate -a -p $store > '$file'",
616616
logger => $logger
617617
);
618618
@certs = IO::Socket::SSL::Utils::PEM_file2certs($file)

0 commit comments

Comments
 (0)