Skip to content

Commit c60a2fa

Browse files
committed
Improve readability of error message
1 parent 7456481 commit c60a2fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/release-notes/enterprise-server/3-0/20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sections:
44
- Packages have been updated to the latest security versions.
55
bugs:
66
- Pre-receive hooks would fail due to undefined `PATH`.
7-
- Running `ghe-repl-setup` would return an error like "cannot create directory `/data/user/elasticsearch`:File exists" if the instance had previously been configured as a replica.
7+
- Running `ghe-repl-setup` would return an error like `cannot create directory /data/user/elasticsearch:File exists` if the instance had previously been configured as a replica.
88
- In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes.
99
- Some critical services may not have been available on backend nodes in GHES Cluster.
1010
changes:

data/release-notes/enterprise-server/3-1/12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sections:
55
bugs:
66
- Running `ghe-repl-start` or `ghe-repl-status` would sometimes return errors connecting to the database when GitHub Actions was enabled.
77
- Pre-receive hooks would fail due to undefined `PATH`.
8-
- Running `ghe-repl-setup` would return an error like "cannot create directory `/data/user/elasticsearch`:File exists" if the instance had previously been configured as a replica.
8+
- Running `ghe-repl-setup` would return an error like `cannot create directory /data/user/elasticsearch:File exists` if the instance had previously been configured as a replica.
99
- After setting up a high availability replica, `ghe-repl-status` included an error in the output like `unexpected unclosed action in command`.
1010
- In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes.
1111
- Some critical services may not have been available on backend nodes in GHES Cluster.

data/release-notes/enterprise-server/3-2/4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sections:
55
bugs:
66
- Running `ghe-repl-start` or `ghe-repl-status` would sometimes return errors connecting to the database when GitHub Actions was enabled.
77
- Pre-receive hooks would fail due to undefined `PATH`.
8-
- Running `ghe-repl-setup` would return an error like "cannot create directory `/data/user/elasticsearch`:File exists" if the instance had previously been configured as a replica.
8+
- Running `ghe-repl-setup` would return an error like `cannot create directory /data/user/elasticsearch:File exists` if the instance had previously been configured as a replica.
99
- Running `ghe-support-bundle` returned an error like `integer expression expected`.
1010
- After setting up a high availability replica, `ghe-repl-status` included an error in the output like `unexpected unclosed action in command`.
1111
- In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes.

0 commit comments

Comments
 (0)