mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
little error message rewording (closes #100)
This commit is contained in:
parent
34ba907759
commit
9cff56c33d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ fn main() -> Result<()> {
|
|||
process_cmdline()?;
|
||||
|
||||
if !valid_path()? {
|
||||
eprintln!("invalid git path\nplease run gitui inside of a valid git (non-bare) repository");
|
||||
eprintln!("invalid path\nplease run gitui inside of a non-bare git repository");
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue