Fix typo in tar stage schema option enum
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
0cbd7898c7
commit
a9e1070ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ SCHEMA_2 = """
|
|||
"format": {
|
||||
"description": "Archive format to use",
|
||||
"type": "string",
|
||||
"enum": ["gnu", "oldngu", "posix", "ustar", "v7"],
|
||||
"enum": ["gnu", "oldgnu", "posix", "ustar", "v7"],
|
||||
"default": "gnu"
|
||||
},
|
||||
"acls": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue