From e2386f0df12d7234727002012a86a9d2f2cd633c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 9 Jun 2019 19:55:52 +0200 Subject: [PATCH] Typo --- internal/model/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/model/watch.go b/internal/model/watch.go index beeecf3f..6ee43015 100644 --- a/internal/model/watch.go +++ b/internal/model/watch.go @@ -2,7 +2,7 @@ package model // Watch holds data necessary for watch configuration type Watch struct { - Workers int `yaml:"int,omitempty"` + Workers int `yaml:"workers,omitempty"` Schedule string `yaml:"schedule,omitempty"` Os string `yaml:"os,omitempty"` Arch string `yaml:"arch,omitempty"`