Skip to content

Commit 1ba9d03

Browse files
authored
Correctly populate version in config (#3693)
1 parent 91609c1 commit 1ba9d03

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
@@ -257,6 +257,7 @@ def __init__(self) -> None:
257257

258258
try:
259259
self._config = ArchConfig.from_config(config, args)
260+
self._config.version = self._get_version()
260261
except ValueError as err:
261262
warn(str(err))
262263
exit(1)

0 commit comments

Comments
 (0)