Skip to content

Commit 2870af1

Browse files
committed
@
1 parent fc00168 commit 2870af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ functions:
674674
shell: bash
675675
script: |
676676
set -e
677-
git clone https://x-access-token:${generated_token}github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
677+
git clone https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
678678
cd ../compass-mongodb-com
679679
echo "Using node version:";
680680
node -v;

0 commit comments

Comments
 (0)