Skip to content

Commit 0e91a40

Browse files
Use https for submodules (#2913)
1 parent 6e62448 commit 0e91a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/mongodb-labs/drivers-evergreen-tools
44
[submodule "spec/shared"]
55
path = spec/shared
6-
url = git@github.com:mongodb-labs/mongo-ruby-spec-shared.git
6+
url = https://github.com/mongodb-labs/mongo-ruby-spec-shared

Diff for: profile/driver_bench/rake/tasks.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
44

55
task driver_bench: %i[ driver_bench:data driver_bench:run ]
66

7-
SPECS_REPO_URI = 'git@github.com:mongodb/specifications.git'
7+
SPECS_REPO_URI = 'https://github.com/mongodb/specifications'
88
SPECS_PATH = File.expand_path('../../../specifications', __dir__)
99
DRIVER_BENCH_DATA = File.expand_path('../../data/driver_bench', __dir__)
1010

0 commit comments

Comments
 (0)