Skip to content

Commit

Permalink
fix metaboard cli url
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Jan 8, 2025
1 parent be42c59 commit d0b1650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/words/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Execute for Words {
.orderbook_yaml
.get_metaboard(&deployer.network.key)
.ok()
.map(|url| format!("{:?}", url))
.map(|metaboard| metaboard.url.to_string())
})
.ok_or(anyhow!("undefined metaboard subgraph url"))?;

Expand Down

0 comments on commit d0b1650

Please sign in to comment.