progresses on #19

This commit is contained in:
Henrique Dias
2015-09-27 13:20:05 +01:00
parent 1062c30911
commit 77b3713fc1
5 changed files with 55 additions and 27 deletions

View File

@@ -151,7 +151,7 @@ func parseCompleteFile(r *http.Request, c *config.Config, rawFile map[string]int
return
}
utils.RunHugo(c)
utils.Run(c)
})
scheduler.Start()
}