Denormalize function defaults to latest version
Minor docs fix Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
66b395d950
commit
33424189d4
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ def denormalize_config(config):
|
|||
|
||||
version = config.version
|
||||
if version not in (V2_0, V2_1):
|
||||
version = V2_0
|
||||
version = V2_1
|
||||
|
||||
return {
|
||||
'version': version,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue