Skip to content

Commit

Permalink
Rename hook
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Nov 19, 2021
1 parent ce11f44 commit 3c4a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_ros_gradle/task/ament_gradle/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def build(

# TODO(jacobperron): This would be better handled by a more generic ament_java library
additional_hooks += create_environment_hook(
'ament_gradle_prefix_path', Path(args.install_base), pkg.name,
'ament_prefix_path', Path(args.install_base), pkg.name,
'AMENT_PREFIX_PATH', args.install_base,
mode='prepend')

Expand Down

0 comments on commit 3c4a088

Please sign in to comment.