Skip to content

Commit 1d48fac

Browse files
committed
Sync error messages
1 parent 7f4d0a1 commit 1d48fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/init.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(NOT GIT_REF)
7979
)
8080

8181
if(NOT GIT_REMOTE_HEADS)
82-
message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist")
82+
message(FATAL_ERROR "PHP branch ${GIT_BRANCH} doesn't exist.")
8383
endif()
8484

8585
execute_process(

bin/php.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function(php_download)
247247
if(NOT downloadUrl)
248248
message(
249249
FATAL_ERROR
250-
"Download URL for PHP ${PHP_VERSION} could not be found"
250+
"Download URL for PHP ${PHP_VERSION} could not be found."
251251
)
252252
endif()
253253

0 commit comments

Comments
 (0)