Skip to content

Commit 9763f79

Browse files
MatthijsBurghar13pit
authored andcommitted
Fix ros system pkg name
1 parent 545210c commit 9763f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tue_get/installer_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ def tue_install_ros(self, source_type: str, **kwargs) -> bool:
10781078
return False
10791079

10801080
self.tue_install_debug(f"tue-install-system ros-{tue_ros_distro}-{name}")
1081-
if not self.tue_install_system(["ros-{tue_ros_distro}-{src}"]):
1081+
if not self.tue_install_system([f"ros-{tue_ros_distro}-{name}"]):
10821082
self.tue_install_error(f"Failed to append ros-{tue_ros_distro}-{name}")
10831083
# ToDo: This depends on behaviour of tue-install-error
10841084
return False

0 commit comments

Comments
 (0)