From 102a31cd38dd5cd1463c6587f0c4080e4c620d3d Mon Sep 17 00:00:00 2001 From: Alberto Iannaccone Date: Mon, 8 Jun 2020 10:40:09 +0200 Subject: [PATCH 1/2] change angular brackets with single quotes --- command/completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/completion.go b/command/completion.go index de7234d82..cb7c61e38 100644 --- a/command/completion.go +++ b/command/completion.go @@ -28,7 +28,7 @@ For example, for bash you could add this to your '~/.bash_profile': When installing GitHub CLI through a package manager, however, it's possible that no additional shell configuration is necessary to gain completion support. For -Homebrew, see +Homebrew, see 'https://docs.brew.sh/Shell-Completion' `, RunE: func(cmd *cobra.Command, args []string) error { shellType, err := cmd.Flags().GetString("shell") From 696117ccb9186a73f9e0b6a8914770cf9fcee0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 8 Jun 2020 14:28:19 +0200 Subject: [PATCH 2/2] Remove quotes around link --- command/completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/completion.go b/command/completion.go index cb7c61e38..706ef311a 100644 --- a/command/completion.go +++ b/command/completion.go @@ -28,7 +28,7 @@ For example, for bash you could add this to your '~/.bash_profile': When installing GitHub CLI through a package manager, however, it's possible that no additional shell configuration is necessary to gain completion support. For -Homebrew, see 'https://docs.brew.sh/Shell-Completion' +Homebrew, see https://docs.brew.sh/Shell-Completion `, RunE: func(cmd *cobra.Command, args []string) error { shellType, err := cmd.Flags().GetString("shell")