Skip to content

Commit c7df7d6

Browse files
committed
Fix spelling in output
1 parent 3d9c26e commit c7df7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/entrypoint-extras.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if env | grep -q '^PHPINI__'; then
106106
# Lowercase in POSIX sh (dash/busybox) without bash-specific substitution
107107
key=$(printf '%s' "$key" | tr '[:upper:]' '[:lower:]')
108108
# Append as "key = value" (value is written as-is; quote in ENV if needed)
109-
printf '* setting in php.ini: %s = %s\n' "$key" "$value"
109+
printf '* Setting in php.ini: %s = %s\n' "$key" "$value"
110110
printf '%s = %s\n' "$key" "$value" >> "$CUSTOM_INI"
111111
# Unset them, not relevant to the running containers
112112
unset "$name"

0 commit comments

Comments
 (0)