Skip to content

Commit 8f741b7

Browse files
committed
Update URL in the migration script
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 37118f4 commit 8f741b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookiecutter/migrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
1111
To run it, the simplest way is to fetch it from GitHub and run it directly:
1212
13-
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.py | python3
13+
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py | python3
1414
15-
Make sure the version you want to migrate to is correct in the URL.
15+
Make sure to replace the `<tag>` to the version you want to migrate to in the URL.
1616
1717
For jumping multiple versions you should run the script multiple times, once
1818
for each version.

0 commit comments

Comments
 (0)