Add period to no justfile found error. Bump version.
This commit is contained in:
parent
68029874c7
commit
dd83cc46bf
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,4 +1,4 @@
|
||||
[root]
|
||||
name = "j"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "j"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
license = "WTFPL/MIT/Apache-2.0"
|
||||
description = "a command runner"
|
||||
|
@ -97,7 +97,7 @@ fn main() {
|
||||
}
|
||||
|
||||
match std::env::current_dir() {
|
||||
Ok(pathbuf) => if pathbuf.as_os_str() == "/" { die!("No justfile found"); },
|
||||
Ok(pathbuf) => if pathbuf.as_os_str() == "/" { die!("No justfile found."); },
|
||||
Err(error) => die!("Error getting current dir: {}", error),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user