Skip to content

Commit

Permalink
checkout: --relink show helpful message on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury authored and pared committed Jun 6, 2022
1 parent 88d3582 commit c14f963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dvc/commands/checkout.py
Expand Up @@ -55,6 +55,10 @@ def run(self):

if exc:
raise exc

if self.args.relink:
msg = "Relinked successfully"
ui.write(msg)
return 0


Expand Down

0 comments on commit c14f963

Please sign in to comment.