Skip to content

Commit

Permalink
fix: wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Dec 11, 2019
1 parent cef264a commit 07b4b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/cli/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ impl darwinia_cli::IntoExit for Exit {

fn main() -> Result<(), darwinia_cli::error::Error> {
let version = VersionInfo {
name: "Darwinia Crayfish Node",
name: "Darwinia IceFrog Node",
commit: env!("VERGEN_SHA_SHORT"),
version: env!("CARGO_PKG_VERSION"),
executable_name: "darwinia",
author: ["Darwinia Network <hello@darwinia.network>"],
author: "Darwinia Network <hello@darwinia.network>",
description: "Darwinia poc-1 node",
support_url: "https://github.com/darwinia-network/darwinia/issues/new",
};
Expand Down

0 comments on commit 07b4b3d

Please sign in to comment.