Skip to content

Commit

Permalink
Fixed typo in generated header file and tested more
Browse files Browse the repository at this point in the history
  • Loading branch information
m1geo committed Mar 10, 2017
1 parent b6cbbc0 commit ef89ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for /f %%i in ('type !HASHFILE!') do set GITHASH=%%i
goto :WRITEGITVERSIONHEADER

:WRITEGITVERSIONHEADER
echo # File contains Git commit ID SHA1 present at buildtime (prebuild.cmd) > GitVersion.h
echo // File contains Git commit ID SHA1 present at buildtime (prebuild.cmd) > GitVersion.h
echo const char *gitversion = "%GITHASH%"; >> GitVersion.h
echo Current Git HASH: %GITHASH%
goto :FINISHED
Expand Down

0 comments on commit ef89ffe

Please sign in to comment.