Skip to content

Commit

Permalink
fixing future
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 30, 2023
1 parent 0efa70c commit b006a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for PACKAGE in $BUILD_ORDER; do
echo "$0: cding to '$PKG_PATH'"
cd $PKG_PATH

FUTURE_DEB_NAME=echo "ros-noetic-$PACKAGE" | sed 's/_/-/g'
FUTURE_DEB_NAME=$(echo "ros-noetic-$PACKAGE" | sed 's/_/-/g')

echo "$0: future deb name: $FUTURE_DEB_NAME"

Expand Down

0 comments on commit b006a7d

Please sign in to comment.