Skip to content

Commit 6b1a3ec

Browse files
committed
fix migration commands
1 parent 94ef9fb commit 6b1a3ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/docs/template_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Here's one way how to do it:
471471
472472
```bash
473473
# move everything, including hidden folders, excluding `.git`.
474-
rsync -av --exclude='.git' ./template/ ./${REPO}_cookiecutterized/
474+
rsync -av --exclude='.git' ../template/$REPO ./
475475
git add -A
476476
git commit -m "init from template"
477477
```

0 commit comments

Comments
 (0)