Fix typo in script version warning message

pull/291/head
Yannoff 2021-02-05 18:40:07 +01:00
parent ff2c387492
commit 1911f3b7ba
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if test "$IPE_VERSION" = master && test "${CI:-}" != true; then
# # # #
# You are using an unsupported method to get install-php-extensions! # # You are using an unsupported method to get install-php-extensions! #
# # # #
# Please update the way you fetch it. Read the instrictions at # # Please update the way you fetch it. Read the instructions at #
# https://github.com/mlocati/docker-php-extension-installer#usage # # https://github.com/mlocati/docker-php-extension-installer#usage #
# # # #
# For example, if you get this script by fetching # # For example, if you get this script by fetching #