Skip to content

Commit

Permalink
Correct make repo private command in README.md (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
troylusty authored May 1, 2024
1 parent 6e9db8e commit bba9b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ To make a repository private, use `repo private <repo> [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
Expand Down

0 comments on commit bba9b26

Please sign in to comment.