Commit f5386a22 authored by Marco Mariani's avatar Marco Mariani

fixed previous typo

parent 535bc83e
...@@ -54,7 +54,7 @@ class ConfigCommand(Command): ...@@ -54,7 +54,7 @@ class ConfigCommand(Command):
def fetch_config(self, args): def fetch_config(self, args):
if args.cfg: if args.cfg:
cfg_path = args_cfg cfg_path = args.cfg
else: else:
cfg_path = os.environ.get(self.default_config_var, self.default_config_path) cfg_path = os.environ.get(self.default_config_var, self.default_config_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment