Browse Source

Fix typo

tags/v0.3.12-rc0
Philipp Oppermann 7 months ago
parent
commit
f030d8d6b5
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      binaries/cli/src/command/build/mod.rs

+ 1
- 1
binaries/cli/src/command/build/mod.rs View File

@@ -54,7 +54,7 @@ pub fn build(
log::info!("Building locally because dataflow does not contain any `deploy` sections");
BuildKind::Local
} else if coordinator_addr.is_some() || coordinator_port.is_some() {
log::info!("Building through coordinator, using the given cooridnator socket information");
log::info!("Building through coordinator, using the given coordinator socket information");
// explicit coordinator address or port set -> there should be a coordinator running
BuildKind::ThroughCoordinator {
coordinator_session: session().context("failed to connect to coordinator")?,


Loading…
Cancel
Save