Skip to content

Commit f591a79

Browse files
authored
Use product name variable
1 parent 530f0ac commit f591a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github-cli/github-cli/using-github-cli-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can find extensions by browsing [repositories with the `gh-extension` topic]
2929

3030
To install an extension, use the `extensions install` subcommand. Replace the `repo` parameter with the repository of the extension. You can use the full URL, such as `https://github.com/octocat/gh-whoami`, or just the owner and repository, such as `octocat/gh-whoami`.
3131

32-
If the owner and repository are used, `gh` will install the extension using the hostname to which `gh` is currently authenticated. The full URL format is useful when installing extensions from a different host. For example, users on {% data variables.product.prodname_ghe_server %} should use the full repository URL to install extensions from GitHub.com or any other host.
32+
If the owner and repository are used, `gh` will install the extension using the hostname to which `gh` is currently authenticated. The full URL format is useful when installing extensions from a different host. For example, users on {% data variables.product.prodname_ghe_server %} should use the full repository URL to install extensions from {% data variables.product.prodname_dotcom_the_website %} or any other host.
3333

3434
To install an extension in development from the current directory, use `.` as the value for the `repo` parameter.
3535

0 commit comments

Comments
 (0)