From 2d7fe4d00a1038b4351f2782ea0de3311daaf31d Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Mon, 9 Sep 2024 18:43:19 +0200 Subject: [PATCH] point remote template location to github --- ros2-pkg-create/src/ros2_pkg_create/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2-pkg-create/src/ros2_pkg_create/__main__.py b/ros2-pkg-create/src/ros2_pkg_create/__main__.py index 80f70ed..3d367d2 100644 --- a/ros2-pkg-create/src/ros2_pkg_create/__main__.py +++ b/ros2-pkg-create/src/ros2_pkg_create/__main__.py @@ -69,7 +69,7 @@ def main(): if args.use_local_templates: template_location = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir) else: - template_location = "https://gitlab.ika.rwth-aachen.de/fb-fi/ops/templates/ros2/ros2-pkg-create.git" + template_location = "https://github.com/ika-rwth-aachen/ros2-pkg-create.git" copier.run_copy(template_location, os.path.join(os.getcwd(), args.destination), data=answers,