Skip to content

Commit

Permalink
minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kardapoltsev committed Dec 2, 2013
1 parent 0f1e0c7 commit 10b87ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trait DebianPlugin extends Plugin with linux.LinuxPlugin {
(script, controlDir) match {
// check if user defined script exists
case (_, dir) if (dir / scriptName).exists =>
Seq(file(dir / scriptName getAbsolutePath) -> scriptName)
Seq(file((dir / scriptName).getAbsolutePath) -> scriptName)
// create mappings for generated script
case (scr, _) => scr.toSeq.map(_ -> scriptName)
}
Expand Down

0 comments on commit 10b87ec

Please sign in to comment.