From 48073e6416c65696fcc4c23ade0f83ffe925c33e Mon Sep 17 00:00:00 2001 From: Alex Kim Date: Tue, 22 Mar 2022 15:15:43 -0400 Subject: [PATCH] Fix typo in data-registries.md I assume in this example it should say `songs` instead of `images` --- content/docs/use-cases/data-registries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/use-cases/data-registries.md b/content/docs/use-cases/data-registries.md index 43517f5caf..76bcdcde8c 100644 --- a/content/docs/use-cases/data-registries.md +++ b/content/docs/use-cases/data-registries.md @@ -168,7 +168,7 @@ Datasets evolve, and DVC is prepared to handle it. Just change the data in the registry, and apply the updates by running `dvc add` again: ```dvc -$ cp 1000/more/images/* music/songs/ +$ cp 1000/more/songs/* music/songs/ $ dvc add music/songs/ ```