Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit d7788d8

Browse files
committed
Fixed exception message
1 parent 9a2d01a commit d7788d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitTools.Core/GitTools.Core.Shared/Git/Helpers/GitRepositoryHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static void NormalizeGitDirectory(string gitDirectory, AuthenticationInfo
117117
118118
To disable this error set an environmental variable called IGNORE_NORMALISATION_GIT_HEAD_MOVE to 1
119119
120-
Please run `{0}` and submit it along with your build log (with personal info removed) in a new issue at https://github.com/GitTools/GitTools.Core",
120+
Please run `git {0}` and submit it along with your build log (with personal info removed) in a new issue at https://github.com/GitTools/GitTools.Core",
121121
LibGitExtensions.CreateGitLogArgs(100)));
122122
}
123123
}

0 commit comments

Comments
 (0)