Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Aug 25, 2019
1 parent 645baf1 commit e086465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub fn run<W>(worker: W, version: cli::VersionInfo) -> error::Result<()> where
info!(" version {}", config.full_version());
info!(" by {}, 2017-2019", version.author);
info!("Chain specification: {}", config.chain_spec.name());
if config.chain_spec.name() == "kusama" {
if config.chain_spec.name().contains("usama") {
info!("----------------------------");
info!("This chain is not in any way");
info!(" endorsed by the ");
Expand Down

0 comments on commit e086465

Please sign in to comment.