Skip to content

Commit

Permalink
Update update-repo.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Atsushi Watanabe <[email protected]>
  • Loading branch information
f-fl0 and at-wat authored Jan 23, 2024
1 parent fbfb3dd commit 97ee169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aports_slug_upstream=${APORTS_SLUG_UPSTREAM:-seqsense/aports-ros-experimental}
aports_slug=${APORTS_SLUG:-${aports_slug_upstream}}
ros_distro=${ROS_DISTRO:-noetic}
distribution_type=${ROS_DISTRIBUTION_TYPE:-ros1}
export ROS_VERSION=${distribution_type/ros}
export ROS_VERSION=${distribution_type#ros}

package_list=$(
if [ -f package.list.${ros_distro} ]; then
Expand Down

0 comments on commit 97ee169

Please sign in to comment.