This commit is contained in:
Richard Patel
2018-11-17 13:35:29 +01:00
parent 115983f70e
commit 73ba848e17
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ func cmdBase(_ *cli.Context) error {
t, err := FetchTask()
if err != nil {
logrus.WithError(err).
Error("Failed getting new task")
Error("Failed to get new task")
time.Sleep(30 * time.Second)
continue
}
@@ -90,7 +90,7 @@ func cmdBase(_ *cli.Context) error {
continue
} else if err != nil {
logrus.WithError(err).
Error("Failed getting new task")
Error("Failed to get new task")
time.Sleep(30 * time.Second)
continue
}