Skip to content

Commit

Permalink
[workflows/package-project] Treat comment differently in debian/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Feb 16, 2024
1 parent 97ce1b1 commit 5e6c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
sed -i -e"s/#ROS${ROS_VERSION} / /" debian/control
cat debian/control
sed -i -e"s/@ROS_DISTRO@/${ROS_DISTRO}/" debian/rules
sed -i -e"s/#ROS${ROS_VERSION} / /" debian/rules
sed -i -e"s/#ROS${ROS_VERSION}//" debian/rules
cat debian/rules
for f in `find debian -type f -name 'ros-ROS_DISTRO-*'`
do
Expand Down

0 comments on commit 5e6c2bd

Please sign in to comment.