Skip to content

Commit

Permalink
Update URL in the migration script
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Nov 20, 2024
1 parent 14a6ea4 commit 91f71a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookiecutter/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
To run it, the simplest way is to fetch it from GitHub and run it directly:
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.py | python3
curl -sSL
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py | python3
Make sure the version you want to migrate to is correct in the URL.
Make sure to replace the `<tag>` to the version you want to migrate to in the URL.
For jumping multiple versions you should run the script multiple times, once
for each version.
Expand Down

0 comments on commit 91f71a4

Please sign in to comment.