Skip to content

Commit 9d021a7

Browse files
committed
[.devcontainer] fix git command for older git
1 parent cb39514 commit 9d021a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .devcontainer

.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 --add safe.directory /workspace/sentry
11-
git config --global --add safe.directory /workspace/sentry/vendor/gems/*
10+
git config --global safe.directory /workspace/sentry
11+
git config --global safe.directory /workspace/sentry/vendor/gems/*
1212

1313
sudo chown -R sentry:sentry .
1414

0 commit comments

Comments
 (0)