diff --git a/defacement_check.pl b/defacement_check.pl index 79065f7..1766a06 100644 --- a/defacement_check.pl +++ b/defacement_check.pl @@ -26,7 +26,7 @@ if (open(my $f, '<:encoding(UTF-8)', $websites)) { push @scan, $row; } } else { - warn "Could not open file '$keywords' $!"; + warn "Could not open file '$websites' $!"; } my $keywords = 'conf/keywords.cfg'; if (open(my $f, '<:encoding(UTF-8)', $keywords)) {