Skip to content

Commit fb48bb2

Browse files
committed
use https to clone git repos
1 parent bf714bb commit fb48bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profile/driver_bench/rake/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
task driver_bench: %i[ driver_bench:data driver_bench:run ]
44

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

0 commit comments

Comments
 (0)