Skip to content

Commit fefc3b8

Browse files
authored
[devcontainer] fix git command in run script (#2710)
1 parent 4c02988 commit fefc3b8

File tree

1 file changed

+2
-2
lines changed
  • .devcontainer

1 file changed

+2
-2
lines changed

.devcontainer/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cd /workspace/sentry
77
sudo mkdir -p vendor/gems
88
sudo chown -R sentry:sentry vendor/gems
99

10-
git config --global safe.directory /workspace/sentry
11-
git config --global safe.directory /workspace/sentry/vendor/gems/*
10+
git config --global --replace-all safe.directory /workspace/sentry
11+
git config --global --replace-all safe.directory /workspace/sentry/vendor/gems/*
1212

1313
sudo chown -R sentry:sentry .
1414

0 commit comments

Comments
 (0)