Skip to content

Commit

Permalink
Improve error message when failing to connect to coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Apr 19, 2023
1 parent d3e380a commit 5068e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/cli/src/up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub(crate) fn destroy(config_path: Option<&Path>) -> Result<(), eyre::ErrReport>
println!("Send destroy command to dora-coordinator");
}
Err(_) => {
eprintln!("The dora-coordinator does not seem to be running");
eprintln!("Could not connect to dora-coordinator");
}
}

Expand Down

0 comments on commit 5068e14

Please sign in to comment.