Skip to content
Snippets Groups Projects
Unverified Commit 555bd7fb authored by Ruffin's avatar Ruffin Committed by GitHub
Browse files

Fix underlay parameter for install_overlay_dependencies

Otherwise the checksum.txt for the overlay is improperly copied from `/opt/ros_ws` instead of `/opt/underlay_ws`.
parent b7c6761a
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ references:
build: false
install_overlay_dependencies: &install_overlay_dependencies
install_dependencies:
underlay: /opt/ros_ws
underlay: /opt/underlay_ws
workspace: /opt/overlay_ws
setup_overlay_workspace: &setup_overlay_workspace
setup_workspace: &setup_workspace_overlay
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment