diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 08:31:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 08:31:33 +0200 |
commit | 8d1f0c71bd9e801faf123582821c2b88a9d45ddc (patch) | |
tree | 239412a1ef355bd320cde1cf3b31df65b9f915f2 | |
parent | 5bbf5c57b04897b68dd9e37734a3f4cc1d82d45b (diff) |
Fix typo
-rw-r--r-- | cheatsheet.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet.txt b/cheatsheet.txt index 958c8cc..dfbf5ea 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -29,8 +29,8 @@ Setup remote repository 1. Use the server/mkrepo.sh script: - mkdrepo.sh <name> - mkdrepo.sh --private <name> + mkrepo.sh <name> + mkrepo.sh --private <name> <name> is without the .git suffix. |