We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf714bb commit fb48bb2Copy full SHA for fb48bb2
1 file changed
profile/driver_bench/rake/tasks.rake
@@ -2,7 +2,7 @@
2
3
task driver_bench: %i[ driver_bench:data driver_bench:run ]
4
5
-SPECS_REPO_URI = 'git@github.com:mongodb/specifications.git'
+SPECS_REPO_URI = 'https://github.com/mongodb/specifications'
6
SPECS_PATH = File.expand_path('../../../specifications', __dir__)
7
DRIVER_BENCH_DATA = File.expand_path('../../data/driver_bench', __dir__)
8
0 commit comments