mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-27 04:24:46 +01:00
fix typo error in comment
This commit is contained in:
parent
6cf665a113
commit
6efe263150
@ -1593,7 +1593,7 @@ installRemoteModule() {
|
|||||||
if test $PHP_MAJMIN_VERSION -ge 800; then
|
if test $PHP_MAJMIN_VERSION -ge 800; then
|
||||||
installRemoteModule_version=beta
|
installRemoteModule_version=beta
|
||||||
elif test "$DISTRO_VERSION" = debian@8; then
|
elif test "$DISTRO_VERSION" = debian@8; then
|
||||||
# in Debian Jessie we have librammitmq version 0.5.2
|
# in Debian Jessie we have librabbitmq version 0.5.2
|
||||||
installRemoteModule_version=1.9.3
|
installRemoteModule_version=1.9.3
|
||||||
elif test $PHP_MAJMIN_VERSION -le 505; then
|
elif test $PHP_MAJMIN_VERSION -le 505; then
|
||||||
installRemoteModule_version=1.9.4
|
installRemoteModule_version=1.9.4
|
||||||
|
Loading…
Reference in New Issue
Block a user