We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d3a7d commit e98ea7cCopy full SHA for e98ea7c
tools/poststation-cli/src/main.rs
@@ -76,7 +76,7 @@ async fn inner_main(cli: Cli) -> anyhow::Result<()> {
76
bail!("An error with the CA certificate occurred. Ensure you have the correct path and certificate for the server you want to connect to.");
77
}
78
ConnectError::Connection => {
79
- bail!("An error occurred while establishing a a connection. Ensure the server is running, and your CLI and server settings match.");
+ bail!("An error occurred while establishing a connection. Ensure the server is running, and your CLI and server settings match.");
80
81
ConnectError::Protocol => {
82
bail!("A protocol error occurred. Ensure that your CLI and Server are compatible versions");
0 commit comments