mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
better error msg when run outside of a git repo (closese #56)
This commit is contained in:
parent
479e776f30
commit
43712a1a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ fn main() -> Result<()> {
|
|||
setup_logging();
|
||||
|
||||
if invalid_path() {
|
||||
eprintln!("invalid git path");
|
||||
eprintln!("invalid git path\nplease run gitui inside of a git repository");
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue