Skip to content

Commit bcb3bf8

Browse files
committed
Correctly populate version in config
1 parent dd5a861 commit bcb3bf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

archinstall/lib/args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ def __init__(self) -> None:
256256

257257
try:
258258
self._config = ArchConfig.from_config(config)
259+
self._config.version = self._get_version()
259260
except ValueError as err:
260261
warn(str(err))
261262
exit(1)

0 commit comments

Comments
 (0)