Skip to content

Commit

Permalink
fix: fix app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 10, 2024
1 parent d5cee30 commit daf87f3
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,6 +1,6 @@
#!/usr/bin/env bash
set -eu

git config --global --add safe.directory /home/compiler/site
git config --global --add safe.directory /home/calitp/app

pre-commit install --install-hooks

0 comments on commit daf87f3

Please sign in to comment.