From 400f484e1542d6d040dc5df6e640b8c78bf78300 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 31 May 2022 14:38:07 +0100 Subject: [PATCH 1/2] Fix typos Fix a number of minor typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34f22c4..60b8e1c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ When there are machines which have access to both the public internet and the GH - `repo-name-list` _(optional)_ A comma-separated list of repositories to be synced. Each entry follows the format of `repo-name`. - `repo-name-list-file` _(optional)_ - A path to a file containing a newline separate listof repositories to be synced. Each entry follows te format of `repo-name`. + A path to a file containing a newline separated list of repositories to be synced. Each entry follows te format of `repo-name`. **Example Usage:** @@ -64,11 +64,11 @@ When no machine has access to both the public internet and the GHES instance: - `cache-dir` _(required)_ The directory to cache the pulled repositories into. - `repo-name` _(optional)_ - A single repository to be synced. In the format of `owner/repo`. Optionally if you wish the repository to be named different on your GHES instance you can provide an aliase in the format: `upstream_owner/up_streamrepo:destination_owner/destination_repo` + A single repository to be synced. In the format of `owner/repo`. Optionally if you wish the repository to be named different on your GHES instance you can provide an alias in the format: `upstream_owner/up_streamrepo:destination_owner/destination_repo` - `repo-name-list` _(optional)_ A comma-separated list of repositories to be synced. Each entry follows the format of `repo-name`. - `repo-name-list-file` _(optional)_ - A path to a file containing a newline separate listof repositories to be synced. Each entry follows te format of `repo-name`. + A path to a file containing a newline separated list of repositories to be synced. Each entry follows the format of `repo-name`. **Example Usage:** From 1854c6ae2d18bb463e2beea5fadbe76837af69b1 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Wed, 1 Jun 2022 07:04:43 +0100 Subject: [PATCH 2/2] Fix typo Fix another typo. Co-authored-by: Ajay <40024974+ajaykn@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b8e1c..51e3860 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ When there are machines which have access to both the public internet and the GH - `repo-name-list` _(optional)_ A comma-separated list of repositories to be synced. Each entry follows the format of `repo-name`. - `repo-name-list-file` _(optional)_ - A path to a file containing a newline separated list of repositories to be synced. Each entry follows te format of `repo-name`. + A path to a file containing a newline separated list of repositories to be synced. Each entry follows the format of `repo-name`. **Example Usage:**