Skip to content

Commit

Permalink
fix README defaultShellScript
Browse files Browse the repository at this point in the history
  • Loading branch information
5000164 committed May 29, 2018
1 parent 08d6653 commit 02192d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ You can also choose to prepend just the shell script to the fat jar as follows:
```scala
import sbtassembly.AssemblyPlugin.defaultShellScript

assemblyOption in assembly := (assemblyOption in assembly).value.copy(prependShellScript = Some(defaultShellScript()))
assemblyOption in assembly := (assemblyOption in assembly).value.copy(prependShellScript = Some(defaultShellScript))

assemblyJarName in assembly := s"${name.value}-${version.value}"
```
Expand Down

0 comments on commit 02192d0

Please sign in to comment.