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 9, 2024
1 parent c8a5f80 commit 79180eb
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 79180eb

Please sign in to comment.