Skip to content

Commit

Permalink
point remote template location to github
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Sep 9, 2024
1 parent ae708eb commit 2d7fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2-pkg-create/src/ros2_pkg_create/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2d7fe4d

Please sign in to comment.