Skip to content

Commit 1460f93

Browse files
committed
docs: *
1 parent deac8af commit 1460f93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ func main() {
147147
})
148148

149149
// run task without overlap, set concurrent flag to false:
150-
concurrent := false
151-
taskr.Task("* * * * * *", , tasker.Taskify("sleep 2", tasker.Option{}), concurrent)
150+
concurrent := false
151+
taskr.Task("* * * * * *", , tasker.Taskify("sleep 2", tasker.Option{}), concurrent)
152152

153153
// every 10 minute with arbitrary command
154154
taskr.Task("@10minutes", taskr.Taskify("command --option val -- args", tasker.Option{Shell: "/bin/sh -c"}))

0 commit comments

Comments
 (0)