Skip to content

Commit e98ea7c

Browse files
committed
Unfortunate typo
1 parent f2d3a7d commit e98ea7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/poststation-cli/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async fn inner_main(cli: Cli) -> anyhow::Result<()> {
7676
bail!("An error with the CA certificate occurred. Ensure you have the correct path and certificate for the server you want to connect to.");
7777
}
7878
ConnectError::Connection => {
79-
bail!("An error occurred while establishing a a connection. Ensure the server is running, and your CLI and server settings match.");
79+
bail!("An error occurred while establishing a connection. Ensure the server is running, and your CLI and server settings match.");
8080
}
8181
ConnectError::Protocol => {
8282
bail!("A protocol error occurred. Ensure that your CLI and Server are compatible versions");

0 commit comments

Comments
 (0)