mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 13:01:18 +00:00
verbosity
This commit is contained in:
@@ -179,7 +179,7 @@ def cmd_update(o):
|
|||||||
paths = [d.key for d in o.dotfiles]
|
paths = [d.key for d in o.dotfiles]
|
||||||
else:
|
else:
|
||||||
paths = [d.dst for d in o.dotfiles]
|
paths = [d.dst for d in o.dotfiles]
|
||||||
msg = 'Update all dotfiles for profile {}'.format(o.profile)
|
msg = 'Update all dotfiles for profile \"{}\"'.format(o.profile)
|
||||||
if o.safe and not LOG.ask(msg):
|
if o.safe and not LOG.ask(msg):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user