update-ids-ruleset: Fix typo in return code.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-03-26 11:27:01 +01:00
parent 74019d3044
commit ff780d8b3f

View File

@@ -114,7 +114,7 @@ foreach my $id (keys %providers) {
# Check if we got a return code.
if ($return) {
# Handle different return codes.
if ($return eq "not_modified") {
if ($return eq "not modified") {
# Log notice to syslog.
&_log_to_syslog("<INFO> Skipping $provider - The ruleset is up-to-date");