Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 11, 2025
1 parent 151b370 commit 5c70437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/VersionInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IF(GIT_FOUND AND NOT FORCE_VERSION)
if("$ENV{GITHUB_REF}" MATCHES "refs/pull/([0-9]+)/merge")
list(APPEND BUILD_METADATA "pr${CMAKE_MATCH_1}")
execute_process(
COMMAND "${GIT_EXECUTABLE}" git log --format="%h" HEAD~1...HEAD~2
COMMAND "${GIT_EXECUTABLE}" log --format=%h HEAD~1...HEAD~2
OUTPUT_VARIABLE COMMIT_HASH
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
TIMEOUT 10
Expand Down

0 comments on commit 5c70437

Please sign in to comment.