Skip to content

Commit cb7492e

Browse files
committed
a comment slipped in. this was not supposed to be in this pull
1 parent 14d2bad commit cb7492e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

archinstall/lib/interactions/general_conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def ask_hostname(preset: str | None = None) -> str | None:
6161
alignment=Alignment.CENTER,
6262
allow_skip=True,
6363
default_text=preset,
64-
validator=lambda x: x if len(x) > 0 else tr('Hostname cannot be empty'),
6564
).input()
6665

6766
match result.type_:

0 commit comments

Comments
 (0)