1
0
Fork 0
mirror of https://github.com/Luzifer/elastic_cron.git synced 2024-11-09 14:19:59 +00:00

Fix go-vet error

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-04-02 14:58:05 +02:00
parent 73e61cdd24
commit 0cf16d9f98
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -50,7 +50,7 @@ func init() {
func main() {
body, err := ioutil.ReadFile(cfg.ConfigFile)
if err != nil {
log.Fatalf("Unable to read config file: %s")
log.Fatalf("Unable to read config file: %s", err)
}
cc := cronConfig{