Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 304e4cc

Browse files
authored
Update CONTRIBUTING.md
Fixing typo in clone command
1 parent 84f589b commit 304e4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pull requests (PRs).
3737
To create a new PR, fork the project in GitHub and clone the upstream repo:
3838

3939
```sh
40-
$ git clone https://https://github.com/open-telemetry/opentelemetry-python.git
40+
$ git clone https://github.com/open-telemetry/opentelemetry-python.git
4141
```
4242

4343
Add your fork as an origin:
@@ -50,7 +50,7 @@ Run tests:
5050

5151
```sh
5252
# make sure you have all supported versions of Python installed
53-
$ pip install tox # only first time.
53+
$ pip install tox # only first time.
5454
$ tox # execute in the root of the repository
5555
```
5656

0 commit comments

Comments
 (0)