Skip to content

Commit

Permalink
[#58168] examples: demo-helper: Fixed base branch for cloning
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed May 9, 2024
1 parent 26b1f0e commit a6ca088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-helper
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prepare_ros2() {
prepare_repositories() {
# Clones repository for examples
echo "Repositories: cloning..."
repo init -u https://github.com/antmicro/ros2-vision-node-base.git -m examples/manifest.xml -b 58168-lindenthal-demo
repo init -u https://github.com/antmicro/ros2-vision-node-base.git -m examples/manifest.xml
repo sync -j`nproc`
echo "Repositories: cloned."
}
Expand Down

0 comments on commit a6ca088

Please sign in to comment.