1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 06:48:49 +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]
else:
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):
return False