Skip to content

Commit 703cb6c

Browse files
author
Murilo Marinho
committed
Fixing temporary folder location for ros2 builder.
1 parent 42567fd commit 703cb6c

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
@@ -97,7 +97,7 @@ cd "$TMP_DIR"
9797
echo "
9898
#!/bin/bash
9999
rm -r $TMP_DIR
100-
" > "$HOME/src/sas/.devel/remove_tmp_folder.sh"
100+
" > "$HOME/sas_ws/src/sas/.devel/remove_tmp_folder.sh"
101101

102102
####################################################################
103103
# Clone all packages

0 commit comments

Comments
 (0)