aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-01 17:13:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-01 17:13:35 +0300
commit835ebce965647cd23a7be85e0a5e88f548737f42 (patch)
treea2f4773ea6337428ec2df93092872c3e24e25ce2 /README.md
parentpylint fixes (diff)
downloadcgitize-835ebce965647cd23a7be85e0a5e88f548737f42.tar.gz
cgitize-835ebce965647cd23a7be85e0a5e88f548737f42.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a74e4c0..44727f6 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Mirror maintenance
Update the URL of an existing repository mirror:
- git remote set-url origin ssh://git@examples.com/username/name.git
+ git remote set-url origin git@examples.com/username/name.git
Development
-----------