mirror of https://github.com/docker/docker-py.git
Merge pull request #1232 from pacoxu/typo_paco
replace on_failure with on-failure
This commit is contained in:
commit
ce52e091e1
|
@ -152,7 +152,7 @@ class UpdateConfig(dict):
|
|||
class RestartConditionTypesEnum(object):
|
||||
_values = (
|
||||
'none',
|
||||
'on_failure',
|
||||
'on-failure',
|
||||
'any',
|
||||
)
|
||||
NONE, ON_FAILURE, ANY = _values
|
||||
|
|
Loading…
Reference in New Issue