Skip to content

Commit

Permalink
Fix: update directory and permissions for postAttach (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Dec 18, 2024
2 parents 18cf9bb + 71fbcb6 commit 5f6411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postAttach.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -eux

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

0 comments on commit 5f6411f

Please sign in to comment.