Skip to content

Commit

Permalink
Merge pull request #322 from 5000164/fix-readme
Browse files Browse the repository at this point in the history
fix README defaultShellScript
  • Loading branch information
eed3si9n authored May 29, 2018
2 parents 08d6653 + 02192d0 commit a8db40a
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 a8db40a

Please sign in to comment.