Skip to content

Commit 1eadc47

Browse files
voronoipotatoxperiandri
authored andcommitted
improved name
1 parent 0d66a90 commit 1eadc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Fake.Tools.Git/Information.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module Information =
8585
/// </summary>
8686
///
8787
/// <param name="repositoryDir">The git repository.</param>
88-
let getShortSHA1 repositoryDir =
88+
let getCurrentShortSHA1 repositoryDir =
8989
let _, msg, _ = CommandHelper.runGitCommand repositoryDir "rev-parse --short HEAD"
9090
msg |> String.separated ""
9191
/// <summary>

0 commit comments

Comments
 (0)