1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 01:29:17 +00:00

rename quiet as debug

This commit is contained in:
deadc0de6
2018-05-02 20:29:36 +02:00
parent 24ef632f4c
commit 881537443b
7 changed files with 30 additions and 29 deletions

View File

@@ -71,7 +71,7 @@ def load_config(confpath, profile):
opts['safe'] = True
opts['installdiff'] = True
opts['link'] = False
opts['quiet'] = True
opts['debug'] = True
opts['dopts'] = ''
return conf, opts