Skip to content

Commit

Permalink
Update warning message gc.py (#10592)
Browse files Browse the repository at this point in the history
Corrected warning message
  • Loading branch information
5AIPAVAN authored Oct 18, 2024
1 parent 9b5772f commit e884f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/commands/gc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit e884f1b

Please sign in to comment.