diff options
Diffstat (limited to 'internal/run.go')
| -rw-r--r-- | internal/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go index 27d6aeb..b2ea847 100644 --- a/internal/run.go +++ b/internal/run.go @@ -37,7 +37,7 @@ func run(ctx context.Context, args config.Args) error { sinceLastRun := time.Duration(now-args.Config.LastRunEpoch) * time.Second if sinceLastRun < args.RunInterval { - colour.Infoln("Run interval", args.RunInterval, "with", sinceLastRun, "not yet reached. Not posting anything!") + colour.Infoln("Run interval of", args.RunInterval, "with", sinceLastRun, "not yet reached. Not posting anything!") return nil } |
