From daf87f33ed85d8cebbe0fd2510bd4bb403c5e1b4 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Tue, 9 Jul 2024 01:15:06 +0000 Subject: [PATCH] fix: fix app dir --- .devcontainer/postAttach.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/postAttach.sh b/.devcontainer/postAttach.sh index dd54cf3c..d26c194e 100755 --- a/.devcontainer/postAttach.sh +++ b/.devcontainer/postAttach.sh @@ -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