Skip to content

Commit 13a94cd

Browse files
[pre-commit.ci] Fixing issues with pre-commit
1 parent ecd644a commit 13a94cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"postCreateCommand": "find . -wholename '.git*' -type d -prune -o -type f -exec chown vscode:vscode {} \\; && sh ./scripts/localscript.sh"
43-
}
43+
}

scripts/localscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ rm -f "$WORK_DIR/.vscode/settings.json"
4848
gcc -shared -fPIC -o "$SCRIPTS_DIR/allow_ptrace.so" "$SCRIPTS_DIR/allow_ptrace.c"
4949

5050
# 2. Mark the wrapper executable
51-
chmod +x "$SCRIPTS_DIR/launch_r.sh"
51+
chmod +x "$SCRIPTS_DIR/launch_r.sh"

0 commit comments

Comments
 (0)