Skip to content

Commit

Permalink
Fix dangling brace
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Feb 5, 2024
1 parent 04ef0d2 commit 74d0e30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ task buildRpm(type: Rpm) {
['./usr/share/myproduct/from-extension', './usr/share/myproduct/from-task'] == scanFiles*.name
[ DIR, DIR] == scanFiles*.type
}
}

@Issue("https://github.com/nebula-plugins/gradle-ospackage-plugin/issues/246")
def 'addParentDirs in ospackage extension propagates to rpm and deb'() {
Expand Down

0 comments on commit 74d0e30

Please sign in to comment.