Skip to content

Commit 841ed6e

Browse files
authored
Backport #1154 to release-1.0 (#1164)
1 parent 9ed4237 commit 841ed6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/boundless-cli/src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ impl ProverConfig {
186186
/// This method is intended to give a slightly nicer error message if Bento is not running,
187187
/// expecially if they did not actually mean to use Bento.
188188
pub async fn configure_proving_backend_with_health_check(&self) -> anyhow::Result<()> {
189+
self.configure_proving_backend();
190+
189191
// No health check is implemented for default prover. If dev mode is set, then we are going
190192
// to use the dev mode prover anyway, so don't run the health check.
191193
if self.use_default_prover || self.skip_health_check || ProverOpts::default().dev_mode() {

0 commit comments

Comments
 (0)