Skip to content

Commit 2e6d595

Browse files
author
Joshua Mir
committed
minor CLI output changes
1 parent 8359f94 commit 2e6d595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datdot-node/node/src/command.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use sc_cli::SubstrateCli;
55

66
impl SubstrateCli for Cli {
77
fn impl_name() -> &'static str {
8-
"Kitchen Node"
8+
"Datdot Node"
99
}
1010

1111
fn impl_version() -> &'static str {
@@ -21,7 +21,7 @@ impl SubstrateCli for Cli {
2121
}
2222

2323
fn support_url() -> &'static str {
24-
"https://github.com/substrate-developer-hub/recipes/issues"
24+
"https://github.com/playproject-io/datdot-substrate/issues"
2525
}
2626

2727
fn copyright_start_year() -> i32 {

0 commit comments

Comments
 (0)