obsolete call for timezone changed (#850)

This commit is contained in:
Werner Llácer 2022-01-07 12:54:45 +01:00 committed by GitHub
parent a14533818b
commit 116246b0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class GlobalMenu:
display_func=lambda x: x if x else 'Not configured, unavailable unless setup manually',
default={})
self._menu_options['timezone'] = \
Selector('Select timezone', lambda: archinstall.ask_timezone())
Selector('Select timezone', lambda: archinstall.ask_for_a_timezone())
self._menu_options['ntp'] = \
Selector(
'Set automatic time sync (NTP)',