Skip to content

Commit 9cff56c

Browse files
author
Stephan Dilly
committed
little error message rewording (closes #100)
1 parent 34ba907 commit 9cff56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() -> Result<()> {
6060
process_cmdline()?;
6161

6262
if !valid_path()? {
63-
eprintln!("invalid git path\nplease run gitui inside of a valid git (non-bare) repository");
63+
eprintln!("invalid path\nplease run gitui inside of a non-bare git repository");
6464
return Ok(());
6565
}
6666

0 commit comments

Comments
 (0)