Skip to content

Commit 3c8ad9d

Browse files
author
Marc Odermatt
committed
fix: Mutually exclusive flags, fix formatting
1 parent 8ff79f6 commit 3c8ad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/core/timer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func Timer(opts TimerOptions) (<-chan Update, error) {
3838
err error
3939
)
4040

41-
now := time.Now().UTC()
41+
now := time.Now().UTC()
4242
// parse the options to determine our delays
4343
if opts.Cron != "" {
4444
// calculate delay until next cron moment as defined

0 commit comments

Comments
 (0)