Skip to content

Commit

Permalink
little error message rewording (closes #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed May 30, 2020
1 parent 34ba907 commit 9cff56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(());
}

Expand Down

0 comments on commit 9cff56c

Please sign in to comment.