- typo
This commit is contained in:
parent
3a0dd15c6f
commit
76d5aac186
@ -140,11 +140,11 @@ image_name_format = {
|
||||
"^{{ variant }}$": "{{ options['image_name_format'] }}",
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
".*": "{release_short}-{{ full_version }}{{ beta_suffix }}-1-{arch}-{disc_type}{suffix}",
|
||||
".*": "{release_short}-{{ full_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
}
|
||||
|
||||
image_volid_formats = [
|
||||
'{release_short}-{{ full_version }}{{ beta_suffix }}-1-{arch}-{disc_type}',
|
||||
'{release_short}-{{ full_version }}{{ beta_suffix }}-{arch}-{disc_type}',
|
||||
]
|
||||
|
||||
# CREATEISO
|
||||
|
Loading…
Reference in New Issue
Block a user