Skip to content

Commit

Permalink
fix: update migration error message about world_address in Scarb.toml (
Browse files Browse the repository at this point in the history
…#2286)

update error message
  • Loading branch information
remybar committed Aug 12, 2024
1 parent d31771a commit cb8cf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sozo/ops/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ where
bail!(format!(
"Calculated world address ({:#x}) doesn't match provided world address. If you \
are deploying with custom seed make sure `world_address` is correctly configured \
(or not set) `Scarb.toml`",
(or not set) in your `dojo_{profile_name}.toml`",
generated_world_address
))
}
Expand Down

0 comments on commit cb8cf83

Please sign in to comment.