Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and xperiandri committed Feb 6, 2024
1 parent 1eadc47 commit 3f98e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Fake.Tools.Git/Information.fs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module Information =
match Environment.environVarOrNone "BUILD_SOURCEVERSION" with
| None -> reraise ()
| Some s -> s

/// <summary>
/// Returns the short SHA1 of the current <c>HEAD</c>
/// </summary>
Expand All @@ -88,6 +89,7 @@ module Information =
let getCurrentShortSHA1 repositoryDir =
let _, msg, _ = CommandHelper.runGitCommand repositoryDir "rev-parse --short HEAD"
msg |> String.separated ""

/// <summary>
/// Shows the git status
/// </summary>
Expand Down

0 comments on commit 3f98e8d

Please sign in to comment.