Skip to content

Commit

Permalink
Merge pull request #4319 from eval-exec/exec/fix-typo
Browse files Browse the repository at this point in the history
Fix ckb daemon error message
  • Loading branch information
chenyukang authored Jan 25, 2024
2 parents d9280e3 + aec4ed7 commit dbf857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckb-bin/src/subcommand/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ fn kill_process(pid_file: &PathBuf, name: &str) -> Result<(), ExitCode> {
}
}
}
eprintln!("\n{}", "cbk daemon service stopped successfully".green());
eprintln!("\n{}", "ckb daemon service stopped successfully".green());
Ok(())
}

0 comments on commit dbf857f

Please sign in to comment.