Skip to content

Commit 540038a

Browse files
author
Murilo Marinho
committed
Fixing typo in devel script
1 parent 72082d4 commit 540038a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devel/build_ros2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git commit -a -m "Shut up catkin"
3131
# Apparently this doesn't work for python-only packages, but we not care cause we cmake boyz
3232
catkin_prepare_release --no-push -y --version "$VERSION"
3333
# Automagically create the debian packagking directives
34-
bloom-generate rosdebian --os-name ubuntu --os-version "$ubuntuv" --ros-distro "rosv"
34+
bloom-generate rosdebian --os-name ubuntu --os-version "$ubuntuv" --ros-distro "$rosv"
3535
}
3636

3737
BUILD_DEB(){

0 commit comments

Comments
 (0)