From e0c03fc60352af2caf5d60dbb3cfad258a53f318 Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Thu, 18 Jul 2024 10:20:44 +0200 Subject: [PATCH] Remove redundant whitespace --- pkg/cmd/repo/create/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/repo/create/create.go b/pkg/cmd/repo/create/create.go index 78618c5aa..05e8909e1 100644 --- a/pkg/cmd/repo/create/create.go +++ b/pkg/cmd/repo/create/create.go @@ -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