Kaydet (Commit) ce52e091 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) GitHub

Merge pull request #1232 from pacoxu/typo_paco

replace on_failure with on-failure
......@@ -152,7 +152,7 @@ class UpdateConfig(dict):
class RestartConditionTypesEnum(object):
_values = (
'none',
'on_failure',
'on-failure',
'any',
)
NONE, ON_FAILURE, ANY = _values
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment