stages/containers.storage.conf: fix filename prop
The schema said `filename` but we were accessing `location`. Ups.
This commit is contained in:
parent
6fee1051c7
commit
184ed2d71b
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def write_comment(f, comment: list):
|
|||
|
||||
|
||||
def main(tree, options):
|
||||
location = options.get("location", DEFAULT_LOCATION)
|
||||
location = options.get("filename", DEFAULT_LOCATION)
|
||||
config = options["config"]
|
||||
comment = options.get("comment", [])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue