Skip to content

Commit

Permalink
Fixed publish_git.sh logs
Browse files Browse the repository at this point in the history
  • Loading branch information
raulssorban committed Oct 12, 2023
1 parent 99335e6 commit 2643e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/Build/linux/publish_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ git branch --show-current > .gitbranch
echo "** Branch done."

git rev-parse --short HEAD > .gitchs
echo "** Hash-Long done."
echo "** Hash-short done."

git rev-parse --long HEAD > .gitchl
echo "** Hash-Long done."
echo "** Hash-long done."

git show -s --format="%an" HEAD > .gitauthor
echo "** Author done."
Expand Down

0 comments on commit 2643e2c

Please sign in to comment.