diff options
| author | 2019-07-10 19:53:23 -0400 | |
|---|---|---|
| committer | 2019-07-13 21:10:07 -0400 | |
| commit | f63c0b19ec5b9b4fe25793eb0bcf43586cc3dd68 (patch) | |
| tree | 32fe761547dc0d77a9182492d1afd726a108781d /mini-dinstall | |
| parent | 946753d96692846ffe47487abf450251cad23538 (diff) | |
Fix omission in variable name change.
Gbp-Dch: Ignore
Diffstat (limited to 'mini-dinstall')
| -rwxr-xr-x | mini-dinstall | 2 |
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'): |
