From 0d0dbc828cb03198483566ef939e2206a99d64ee Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 27 Jul 2018 22:57:19 -0700 Subject: [PATCH] Fix typo in tljh-config --- tljh/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/config.py b/tljh/config.py index f2476aa..9f1c38f 100644 --- a/tljh/config.py +++ b/tljh/config.py @@ -142,7 +142,7 @@ def main(): elif args.action == 'set': set_config_value(args.config_path, args.key_path, args.value) elif args.action == 'reload': - reload_config(args.component) + reload_component(args.component) if __name__ == '__main__': main()