1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 11:53:31 +00:00

verbosity

This commit is contained in:
deadc0de6
2019-03-11 13:05:57 +01:00
parent 8519578db4
commit 2f35636c04

View File

@@ -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