Skip to content

Commit

Permalink
Merge branch 'master' into tehcrash-minVerUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor authored Jan 25, 2024
2 parents a49e123 + f0adbaf commit 9f94b94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion targets/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Main(string[] args)
try
{
RootDir = Read("git", "rev-parse --show-toplevel", noEcho: true).Trim();
gitHash = Read("git", "rev-parse HEAD", noEcho: true).Trim();
gitHash = Read("git", "rev-parse HEAD", noEcho: true).Trim();
}
catch
{
Expand Down

0 comments on commit 9f94b94

Please sign in to comment.