From e884f1b8f0c97fa8440911fe11b514054d903475 Mon Sep 17 00:00:00 2001 From: Saipavan Lingamallu <123063767+5AIPAVAN@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:24:00 +0530 Subject: [PATCH] Update warning message gc.py (#10592) Corrected warning message --- dvc/commands/gc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/commands/gc.py b/dvc/commands/gc.py index ffed88c7e3..0a993db59c 100644 --- a/dvc/commands/gc.py +++ b/dvc/commands/gc.py @@ -54,7 +54,7 @@ def run(self): # noqa: C901, PLR0912 msg += " and all experiments" if self.args.not_in_remote: - msg += " that are present in the DVC remote" + msg += " that are not present in the DVC remote" if self.args.repos: msg += " of the current and the following repos:"