We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bde36 commit 7b9b52cCopy full SHA for 7b9b52c
project/Unix.scala
@@ -92,7 +92,7 @@ object Unix {
92
93
linuxPackageMappings in Debian += (packageMapping(
94
(sourceDirectory.value / "debian" / "changelog") -> "/usr/share/doc/scala/changelog.gz"
95
- ) withUser "root" withGroup "root" withPerms "0644" gzipped) asDocs()
+ ).withUser("root").withGroup("root").withPerms("0644").gzipped).asDocs()
96
97
)
98
}
0 commit comments