From d2b1d25a9764bb9f7b3a610ce906fee1c23531a9 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 20 Nov 2024 11:43:57 +0100 Subject: [PATCH] Update URL in the migration script Signed-off-by: Leandro Lucarella --- cookiecutter/migrate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookiecutter/migrate.py b/cookiecutter/migrate.py index b0f06558..e2b45b76 100644 --- a/cookiecutter/migrate.py +++ b/cookiecutter/migrate.py @@ -10,9 +10,9 @@ 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//cookiecutter/migrate.py | python3 -Make sure the version you want to migrate to is correct in the URL. +Make sure to replace the `` 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.