Skip to content

Commit

Permalink
derp, fix the compress stuff a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
VVelox committed Oct 2, 2024
1 parent 9eccc5f commit c820a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snmp/opensearch
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,6 @@ my $compressed = encode_base64($compressed_string);
$compressed =~ s/\n//g;
$compressed = $compressed . "\n";

write_file( $output_base . '.snmp', { atomic => 1 }, $compressed_string );
write_file( $output_base . '.snmp', { atomic => 1 }, $compressed );

exit 0;

0 comments on commit c820a42

Please sign in to comment.