mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 08:23:08 +00:00
Fix typo in error message
This commit is contained in:
parent
d64ca7248b
commit
21645c507e
@ -8,7 +8,7 @@ fn get_go_bin() -> String {
|
||||
Command::new("/usr/bin/which")
|
||||
.arg("go")
|
||||
.output()
|
||||
.map_err(|e| println!("cargo:warning=Coudling find which command: {}", e))
|
||||
.map_err(|e| println!("cargo:warning=Couldn't find `which` command: {}", e))
|
||||
.expect("`which` command not found")
|
||||
.stdout,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user