mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
ukify: Fix version string
Let's make sure we mimick the version of our other CLI tooling.
This commit is contained in:
parent
f86d037623
commit
67b65ac62d
@ -22,7 +22,7 @@ import tempfile
|
||||
import typing
|
||||
|
||||
|
||||
__version__ = '{{GIT_VERSION}}'
|
||||
__version__ = '{{PROJECT_VERSION}} ({{GIT_VERSION}})'
|
||||
|
||||
EFI_ARCH_MAP = {
|
||||
# host_arch glob : [efi_arch, 32_bit_efi_arch if mixed mode is supported]
|
||||
|
Loading…
Reference in New Issue
Block a user