mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
fix typo error in comment
This commit is contained in:
parent
6cf665a113
commit
6efe263150
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ installRemoteModule() {
|
|||
if test $PHP_MAJMIN_VERSION -ge 800; then
|
||||
installRemoteModule_version=beta
|
||||
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
|
||||
elif test $PHP_MAJMIN_VERSION -le 505; then
|
||||
installRemoteModule_version=1.9.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue