Skip to content

Commit

Permalink
Merge pull request #120 from mpiscaer/patch-1
Browse files Browse the repository at this point in the history
correct typo in the backup_service_period help message
  • Loading branch information
ricolin authored Jan 26, 2024
2 parents e3c637f + 9812442 commit 6a68711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staffeln/conf/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"backup_service_period",
default=1800,
min=60,
help=_("The time of bakup period, the unit is one second."),
help=_("The time of backup period, the unit is one second."),
),
cfg.IntOpt(
"backup_min_interval",
Expand Down

0 comments on commit 6a68711

Please sign in to comment.