diff --git a/dvc/commands/checkout.py b/dvc/commands/checkout.py index c396b10d39..768872d602 100644 --- a/dvc/commands/checkout.py +++ b/dvc/commands/checkout.py @@ -55,6 +55,10 @@ def run(self): if exc: raise exc + + if self.args.relink: + msg = "Relinked successfully" + ui.write(msg) return 0