From bba9b26cab2079a8a1e7a8ee8ae10a3c625121a4 Mon Sep 17 00:00:00 2001 From: Troy Date: Wed, 1 May 2024 16:01:58 +0100 Subject: [PATCH] Correct make repo private command in README.md (#515) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f3e6974743d8213db2524769f0b76601dd2570..65b43b1d4a8ffb9dc4a184821518111650302b7f 100644 --- a/README.md +++ b/README.md @@ -583,7 +583,7 @@ To make a repository private, use `repo private [true|false]`. Private repos can only be accessed by admins and collaborators. ```sh -ssh -p 23231 localhost repo icecream private true +ssh -p 23231 localhost repo private icecream true ``` ### Repository Branches & Tags