Skip to content

Commit

Permalink
Fix: correct git safe directory (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jul 15, 2024
2 parents fc5e947 + 74cddab commit 3a9045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postAttach.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eux

git config --global --add safe.directory /user/src/mobimart
git config --global --add safe.directory /usr/src/mobimart

# initialize hook environments
pre-commit install --install-hooks --overwrite
Expand Down

0 comments on commit 3a9045b

Please sign in to comment.