mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-26 12:50:39 -08:00
Fix a typo in an error message
This commit is contained in:
@@ -81,7 +81,7 @@ static std::string get_internal_key_path ()
|
||||
std::stringstream output;
|
||||
|
||||
if (!successful_exit(exec_command("git rev-parse --git-dir", output))) {
|
||||
throw Error("'git rev-parse --git-dir' - is this a Git repository?");
|
||||
throw Error("'git rev-parse --git-dir' failed - is this a Git repository?");
|
||||
}
|
||||
|
||||
std::string path;
|
||||
|
||||
Reference in New Issue
Block a user