Skip to content

Commit 0746c91

Browse files
[pre-commit.ci] Fixing issues with pre-commit
1 parent 17591ff commit 0746c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/which_r.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ which_r() {
6161

6262
# Define launch script path here where it's actually used
6363
launch_script="$WORK_DIR/scripts/launch_r.sh"
64-
64+
6565
# Update launch_r.sh to call the selected R binary
6666
if [ -f "$launch_script" ]; then
6767
sed -i "s|^exec .*/R|exec $selected_version|" "$launch_script"

0 commit comments

Comments
 (0)