Skip to content

Commit

Permalink
Fixing the main signature
Browse files Browse the repository at this point in the history
  • Loading branch information
denisftw committed Sep 14, 2016
1 parent 599a8d0 commit 0611ecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object SiteGenerator {
val HelpOption = "help"
val OnceOption = "once"

def main(args: Array[String]) = {
def main(args: Array[String]): Unit = {

val generationMode = parseCommandLineArgs(args)
val s2conf = parseConfigOrExit(DefaultConfFile)
Expand Down

0 comments on commit 0611ecf

Please sign in to comment.