Skip to content

Commit

Permalink
Fixes typo in scheduler docs
Browse files Browse the repository at this point in the history
Sorry, not to bundle it with quantum-elixir#400 but I have just noticed it.
  • Loading branch information
sobolevn authored Mar 6, 2019
1 parent a9bed08 commit 52c1543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quantum/scheduler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Quantum.Scheduler do
config :my_app, MyApp.Scheduler,
jobs: [
{"@daily", {Backup, :backup, []},
{"@daily", {Backup, :backup, []}},
]
## Configuration:
Expand Down

0 comments on commit 52c1543

Please sign in to comment.