Skip to content

Commit a14f0f5

Browse files
authored
typo fix
1 parent 5beb1d4 commit a14f0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)