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/ ```