Skip to content

Commit

Permalink
Typo; missing leading space
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and goneall committed Oct 8, 2023
1 parent f803cf0 commit 772001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/spdx/maven/CreateSpdxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ private SpdxProjectInformation getSpdxProjectInfoFromParameters( SpdxDocumentBui
}
else
{
getLog().warn( packageFile == null ? "Null package file" : "Package file " + packageFile.getAbsolutePath() + "does not exit" );
getLog().warn( packageFile == null ? "Null package file" : "Package file " + packageFile.getAbsolutePath() + " does not exist" );
packageFileName = "NOASSERTION";
}
retval.setPackageArchiveFileName( packageFileName );
Expand Down

0 comments on commit 772001f

Please sign in to comment.