Skip to content

Commit ab115df

Browse files
committed
Recursing => Searching
1 parent b49a61d commit ab115df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/repo/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _find_all_targets(repo, target, recursive):
8484
fname
8585
for fname in Tqdm(
8686
repo.tree.walk_files(target),
87-
desc="Recursing " + target,
87+
desc="Searching " + target,
8888
bar_format=Tqdm.BAR_FMT_NOTOTAL,
8989
unit="file",
9090
)

0 commit comments

Comments
 (0)