Skip to content

Commit f38432d

Browse files
authored
repo sync
2 parents 171b0a0 + 1280748 commit f38432d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

content/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The time required to failover depends on how long it takes to manually promote t
3737
```
3838
- On the new primary, remove the UUIDs using `ghe-repl-teardown`. Please replace *`UUID`* with a UUID you retrieved in the previous step.
3939
```shell
40-
$ ghe-repl-teardown -u <em>UUNID</em>
40+
$ ghe-repl-teardown -u <em>UUID</em>
4141
```
4242

4343
### Further reading

content/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,10 @@ To publish multiple packages to the same repository, you can include the URL of
131131
132132
To ensure the repository's URL is correct, replace REPOSITORY with the name of the repository containing the package you want to publish, and OWNER with the name of the user or organization account on {% data variables.product.prodname_dotcom %} that owns the repository.
133133
134-
{% data variables.product.prodname_registry %} will match the repository based on the URL, instead of based on the package name. If you store the *package.json* file outside the root directory of your repository, you can use the `directory` field to specify the location where {% data variables.product.prodname_registry %} can find the *package.json* files.
134+
{% data variables.product.prodname_registry %} will match the repository based on the URL, instead of based on the package name.
135135
136136
```shell
137-
"repository" : {
138-
"type" : "git",
139-
"url": "ssh://git@{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>HOSTNAME</em>{% endif %}/<em>OWNER</em>/<em>REPOSITORY</em>.git",
140-
"directory": "packages/name"
141-
},
137+
"repository":"https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>HOSTNAME</em>{% endif %}/<em>OWNER</em>/<em>REPOSITORY</em>",
142138
```
143139
144140
### Installing a package

0 commit comments

Comments
 (0)