Skip to content

Commit d9c4635

Browse files
committed
Fix minor comment typo
1 parent 39be622 commit d9c4635

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
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
# allow the container to be stated with `--user`
4+
# allow the container to be started with `--user`
55
if [ "$1" = 'rabbitmq-server' -a "$(id -u)" = '0' ]; then
66
chown -R rabbitmq /var/lib/rabbitmq
77
exec gosu rabbitmq "$BASH_SOURCE" "$@"

0 commit comments

Comments
 (0)