Skip to content

Commit fd6f9bb

Browse files
committed
Fixed error message in autoinstrumentation/php/prepare_files_for_docker_image.sh
1 parent a96d715 commit fd6f9bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

autoinstrumentation/php/prepare_files_for_docker_image.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ build_native_binaries_for_PHP_version_libc_variant() {
8686
install_compiler_command="&& apk update && apk add autoconf build-base"
8787
;;
8888
*)
89-
echo "Unexpected PHP version: ${PHP_version}"
90-
show_help
89+
echo "Unexpected libc variant: ${libc_variant}"
9190
exit 1
9291
;;
9392
esac
@@ -131,7 +130,6 @@ select_composer_json_for_PHP_version() {
131130
;;
132131
*)
133132
echo "Unexpected PHP version: ${PHP_version}"
134-
show_help
135133
exit 1
136134
;;
137135
esac

0 commit comments

Comments
 (0)