mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix typo in tljh-config
This commit is contained in:
@@ -142,7 +142,7 @@ def main():
|
|||||||
elif args.action == 'set':
|
elif args.action == 'set':
|
||||||
set_config_value(args.config_path, args.key_path, args.value)
|
set_config_value(args.config_path, args.key_path, args.value)
|
||||||
elif args.action == 'reload':
|
elif args.action == 'reload':
|
||||||
reload_config(args.component)
|
reload_component(args.component)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user