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 c8a9cc9 commit 14c96dcCopy full SHA for 14c96dc
src/main.rs
@@ -620,8 +620,8 @@ impl fmt::Debug for Error {
620
Error::SourceCodeNotFound => "Could not find any source code in this directory",
621
Error::GitNotInstalled => "Git failed to execute",
622
Error::NoGitData => "Could not retrieve git configuration data",
623
- Error::ReadDirectory => "Could not read directory ./",
624
- Error::NotGitRepo => "You are not at the root of a Git Repo",
+ Error::ReadDirectory => "Could not read directory",
+ Error::NotGitRepo => "This is not a Git Repo",
625
Error::TooFewArgs => "Too few arguments. Expected program name and a single argument.",
626
Error::TooManyArgs => "Too many arguments. Expected a single argument.",
627
};
0 commit comments