Skip to content

Commit

Permalink
Fix(sozo): Improve sozo migration output (#1571)
Browse files Browse the repository at this point in the history
* feat: add divider and make model message clearer

* fix: remove divider

* fix: turn model declaration into print statement
  • Loading branch information
hhamud authored Feb 23, 2024
1 parent 5ca0d3d commit 640e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sozo/src/ops/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ where

TransactionWaiter::new(transaction_hash, migrator.provider()).await?;

ui.print_sub(format!("Registered at: {transaction_hash:#x}"));
ui.print(format!("All models are registered at: {transaction_hash:#x}"));

Ok(Some(RegisterOutput { transaction_hash, declare_output }))
}
Expand Down

0 comments on commit 640e94d

Please sign in to comment.