Merge pull request #131 from BrianDurham/master
Update 'There is not basic password file list' message
This commit is contained in:
commit
cd7dc15ed8
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ sub security_recommendations {
|
|||
}
|
||||
|
||||
unless ( -f $basic_password_files ) {
|
||||
badprint "There is not basic password file list !";
|
||||
badprint "There is no basic password file list !";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue