aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-10 19:53:23 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-13 21:10:07 -0400
commitf63c0b19ec5b9b4fe25793eb0bcf43586cc3dd68 (patch)
tree32fe761547dc0d77a9182492d1afd726a108781d
parent946753d96692846ffe47487abf450251cad23538 (diff)
Fix omission in variable name change.
Gbp-Dch: Ignore
-rwxr-xr-xmini-dinstall2
1 files changed, 1 insertions, 1 deletions
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'):