Skip to content

Commit 406d5ee

Browse files
committed
Update comment to be consistent between 3.6 and 3.7
1 parent ba3f7f3 commit 406d5ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

3.6/alpine/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
156156
eval "export $var=\"\$default\""
157157
done
158158

159-
# If long & short hostnames are not the same, use long hostnames
159+
# if long and short hostnames are not the same, use long hostnames
160160
if [ "$(hostname)" != "$(hostname -s)" ]; then
161161
: "${RABBITMQ_USE_LONGNAME:=true}"
162162
fi

3.6/debian/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
156156
eval "export $var=\"\$default\""
157157
done
158158

159-
# If long & short hostnames are not the same, use long hostnames
159+
# if long and short hostnames are not the same, use long hostnames
160160
if [ "$(hostname)" != "$(hostname -s)" ]; then
161161
: "${RABBITMQ_USE_LONGNAME:=true}"
162162
fi

3.6/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
156156
eval "export $var=\"\$default\""
157157
done
158158

159-
# If long & short hostnames are not the same, use long hostnames
159+
# if long and short hostnames are not the same, use long hostnames
160160
if [ "$(hostname)" != "$(hostname -s)" ]; then
161161
: "${RABBITMQ_USE_LONGNAME:=true}"
162162
fi

0 commit comments

Comments
 (0)