1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00
This commit is contained in:
xpetit
2020-09-06 18:17:09 +02:00
parent 7ea20406a8
commit fdf884a12f
13 changed files with 13 additions and 13 deletions

View File

@ -144,7 +144,7 @@ docker_verify_minimum_env() {
# ie: docker_process_init_files /always-initdb.d/*
# process initializer files, based on file extensions and permissions
docker_process_init_files() {
# psql here for backwards compatiblilty "${psql[@]}"
# psql here for backwards compatibility "${psql[@]}"
psql=( docker_process_sql )
echo