Merge pull request #291 from yannoff/fix/typo-in-script-version-warning-message

Fix typo in script version warning message
pull/292/head 1.2.5
Michele Locati 2021-02-05 19:11:21 +01:00 committed by GitHub
commit f1f0987445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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! #
# #
# 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 #
# #
# For example, if you get this script by fetching #