Merge pull request #10 from olofk/unsets_typo

Fix typo in swerv.config causing wrong unsets to be printed
This commit is contained in:
Ajay Nath 2020-09-25 08:38:40 -04:00 committed by GitHub
commit 7570549cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1979,7 +1979,7 @@ sub map_set_unset {
}
}
if (scalar(@unsets)) {
print "$self: Unset(s) requested : @sets\n";
print "$self: Unset(s) requested : @unsets\n";
foreach (@unsets) {
$unsets{$_} = 1;
}