mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-12 05:11:56 +01:00
Fix typos
This commit is contained in:
@@ -85,7 +85,7 @@ public class PurgeMojo extends BaseDependencyCheckMojo {
|
||||
getLog().error(msg);
|
||||
}
|
||||
} else {
|
||||
final String msg = String.format("Unable to purge database; the database file does not exists: %s", db.getAbsolutePath());
|
||||
final String msg = String.format("Unable to purge database; the database file does not exist: %s", db.getAbsolutePath());
|
||||
if (this.isFailOnError()) {
|
||||
throw new MojoFailureException(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user