refactor: less EN specific value
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-01 08:53:35 +02:00
parent ee59eb350b
commit 4d33a24a07

View File

@ -116,10 +116,10 @@ var (
DIRTY_DEFAULT = "+U"
NO_DOMAIN_DEFAULT = "N/A"
NO_VERSION_DEFAULT = "N/A"
NO_SECRETS_DEFAULT = "N/A"
NO_VOLUMES_DEFAULT = "N/A"
NO_DOMAIN_DEFAULT = "-"
NO_VERSION_DEFAULT = "-"
NO_SECRETS_DEFAULT = "-"
NO_VOLUMES_DEFAULT = "-"
UNKNOWN_DEFAULT = "unknown"
)