Skip to content

Commit 70568a6

Browse files
authored
Merge pull request cli#1126 from AlbyIanna/patch-1
Change angular brackets with single quotes
2 parents f976056 + 696117c commit 70568a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For example, for bash you could add this to your '~/.bash_profile':
2828
2929
When installing GitHub CLI through a package manager, however, it's possible that
3030
no additional shell configuration is necessary to gain completion support. For
31-
Homebrew, see <https://docs.brew.sh/Shell-Completion>
31+
Homebrew, see https://docs.brew.sh/Shell-Completion
3232
`,
3333
RunE: func(cmd *cobra.Command, args []string) error {
3434
shellType, err := cmd.Flags().GetString("shell")

0 commit comments

Comments
 (0)