Update 'There is not basic password file list' message
This commit is contained in:
parent
fa5a006240
commit
1335b44c8b
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ sub security_recommendations {
|
||||||
}
|
}
|
||||||
|
|
||||||
unless ( -f $basic_password_files ) {
|
unless ( -f $basic_password_files ) {
|
||||||
badprint "There is not basic password file list !";
|
badprint "There is no basic password file list !";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue