Skip to content

Commit c14f963

Browse files
Yurypared
Yury
authored andcommitted
checkout: --relink show helpful message on completion
1 parent 88d3582 commit c14f963

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dvc/commands/checkout.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ def run(self):
5555

5656
if exc:
5757
raise exc
58+
59+
if self.args.relink:
60+
msg = "Relinked successfully"
61+
ui.write(msg)
5862
return 0
5963

6064

0 commit comments

Comments
 (0)