From f63c0b19ec5b9b4fe25793eb0bcf43586cc3dd68 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 10 Jul 2019 19:53:23 -0400 Subject: Fix omission in variable name change. Gbp-Dch: Ignore --- mini-dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-dinstall b/mini-dinstall index 4ad64a1..c760dc9 100755 --- a/mini-dinstall +++ b/mini-dinstall @@ -154,7 +154,7 @@ for (key, value) in opts: if not custom_config_files: custom_config_files = True configfile_names = [] - configfile_names.append(os.path.abspath(os.path.expanduser(val))) + configfile_names.append(os.path.abspath(os.path.expanduser(value))) elif key in ('-n', '--no-act'): no_act = True elif key in ('-d', '--debug'): -- cgit v1.2.3