Change InvalidGitRepository message

This commit is contained in:
Winston Li
2016-12-22 13:40:12 +00:00
parent 6d563ed40e
commit 9c63f06d4e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ public class InvalidGitRepository extends GitUserException {
@Override
public List<String> getDescriptionLines() {
return Arrays.asList(
"Your Git repository is invalid.",
"Your Git repository contains a reference we cannot resolve.",
"If your project contains a Git submodule,",
"please remove it and try again."
);