Skip to content

Commit

Permalink
Sync error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Dec 29, 2024
1 parent 7f4d0a1 commit 1d48fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if(NOT GIT_REF)
)

if(NOT GIT_REMOTE_HEADS)
message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist")
message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist.")
endif()

execute_process(
Expand Down
2 changes: 1 addition & 1 deletion bin/php.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function(php_download)
if(NOT downloadUrl)
message(
FATAL_ERROR
"Download URL for PHP ${PHP_VERSION} could not be found"
"Download URL for PHP ${PHP_VERSION} could not be found."
)
endif()

Expand Down

0 comments on commit 1d48fac

Please sign in to comment.