We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ba907 commit 9cff56cCopy full SHA for 9cff56c
src/main.rs
@@ -60,7 +60,7 @@ fn main() -> Result<()> {
60
process_cmdline()?;
61
62
if !valid_path()? {
63
- 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");
64
return Ok(());
65
}
66
0 commit comments