Skip to content

Commit d88a8f8

Browse files
authored
Merge pull request docker-library#638 from thekiba/patch-1
typo fix
2 parents 50ea342 + 34df466 commit d88a8f8

13 files changed

+13
-13
lines changed

10/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

10/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

11/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

11/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

12/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

12/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

9.4/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

9.4/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

9.5/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

9.5/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

9.6/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

9.6/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _is_sourced() {
3232
&& [ "${FUNCNAME[1]}" = 'source' ]
3333
}
3434

35-
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
35+
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
3636
docker_create_db_directories() {
3737
local user; user="$(id -u)"
3838

0 commit comments

Comments
 (0)