diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 3a186c1..f9b8f0b 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -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