Skip to content

Commit a9c7777

Browse files
Merge pull request #48 from r-devel/MichaelChirico-patch-1
typo: duplicate in command
2 parents b41eb4c + 344783f commit a9c7777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Weblate-server.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The basic idea is to compare the Weblate repo (which copies the R subversion rep
146146

147147
```sh
148148
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ # remote #1: Weblate source
149-
git remote add svn git remote add svn git@github.com:r-devel/r-svn.git # remote #2: SVN source
149+
git remote add svn [email protected]:r-devel/r-svn.git # remote #2: SVN source
150150
git fetch svn master # retrieve the latest from SVN
151151
```
152152

0 commit comments

Comments
 (0)