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 0d66a90 commit 1eadc47Copy full SHA for 1eadc47
src/app/Fake.Tools.Git/Information.fs
@@ -85,7 +85,7 @@ module Information =
85
/// </summary>
86
///
87
/// <param name="repositoryDir">The git repository.</param>
88
- let getShortSHA1 repositoryDir =
+ let getCurrentShortSHA1 repositoryDir =
89
let _, msg, _ = CommandHelper.runGitCommand repositoryDir "rev-parse --short HEAD"
90
msg |> String.separated ""
91
/// <summary>
0 commit comments