Skip to content

Commit

Permalink
Relays are also necessary on dry_run
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Dec 31, 2024
1 parent b04a0e5 commit b5b550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rbuilder/src/live_builder/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl L1Config {
);

let relays = self.create_relays()?;
if !self.dry_run && relays.is_empty() {
if relays.is_empty() {
eyre::bail!("No relays provided");
}

Expand Down

0 comments on commit b5b550c

Please sign in to comment.