Remove redundant whitespace

This commit is contained in:
Jesse Houwing 2024-07-18 10:20:44 +02:00 committed by GitHub
parent d3d73d9390
commit e0c03fc603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
# create a new remote repository and clone it locally
gh repo create my-project --public --clone
# create a new remote repository in a different organization
# create a new remote repository in a different organization
gh repo create my-org/my-project --public
# create a remote repository from the current directory