mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 06:48:49 +00:00
verbosity
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user