Skip to content

Commit 975f6b4

Browse files
committed
fix: use CARGO_PKG_NAME
1 parent 71228f8 commit 975f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i6/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn main() -> Result<(), Box<dyn Error>> {
1010
let timer_id = "timer";
1111
let sh_id = "sh";
1212

13-
let matches = Command::new("i6")
13+
let matches = Command::new(env!("CARGO_PKG_NAME"))
1414
.version(env!("CARGO_PKG_VERSION"))
1515
.author(env!("CARGO_PKG_AUTHORS"))
1616
.about(env!("CARGO_PKG_DESCRIPTION"))

0 commit comments

Comments
 (0)