Skip to content

Commit 60d64b1

Browse files
committed
fix: make utils use the project name
1 parent e5c3d08 commit 60d64b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/src/strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use colored::*;
66

7-
const PROJECT_NAME: &str = env!("CARGO_PKG_NAME");
7+
const PROJECT_NAME: &str = "pay-respects";
88

99
pub fn print_warning(message: &str) {
1010
eprintln!("{}: {}", PROJECT_NAME.yellow(), message);

0 commit comments

Comments
 (0)