Skip to content

Commit 0563623

Browse files
committed
Update PackageMojo.java
1 parent 73b4ce4 commit 0563623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/PackageMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ private void generateRpmPackage() throws MojoExecutionException {
558558
element("location", "/opt/" + name + "/" + name)
559559
)
560560
)
561-
),
561+
)
562562
)
563563
),
564564
env);

0 commit comments

Comments
 (0)