Skip to content

Commit 5f6411f

Browse files
authored
Fix: update directory and permissions for postAttach (#61)
2 parents 18cf9bb + 71fbcb6 commit 5f6411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .devcontainer/postAttach.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -eux
33

44
# initialize pre-commit
5-
git config --global --add safe.directory /home/$USER/src
5+
git config --global --add safe.directory /$USER/app
66
pre-commit install --install-hooks --overwrite

0 commit comments

Comments
 (0)