Skip to content

Commit 5b7a93d

Browse files
authored
docs: fix add remote repo url (#1715)
1 parent 4000393 commit 5b7a93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ it to store and share your code with others. You only need to make the fork onc
7373

7474
Once you've set up your fork, you will find it useful to set up a git remote for pull requests:
7575

76-
`git remote add myfork [email protected]/MYUSERNAME/cve-bin-tool.git`
76+
`git remote add myfork [email protected]:MYUSERNAME/cve-bin-tool.git`
7777

7878
Replace MYUSERNAME with your own GitHub username.
7979

0 commit comments

Comments
 (0)