Skip to content

Commit

Permalink
Update comment to be consistent between 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 21, 2018
1 parent ba3f7f3 commit 406d5ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3.6/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
eval "export $var=\"\$default\""
done

# If long & short hostnames are not the same, use long hostnames
# if long and short hostnames are not the same, use long hostnames
if [ "$(hostname)" != "$(hostname -s)" ]; then
: "${RABBITMQ_USE_LONGNAME:=true}"
fi
Expand Down
2 changes: 1 addition & 1 deletion 3.6/debian/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
eval "export $var=\"\$default\""
done

# If long & short hostnames are not the same, use long hostnames
# if long and short hostnames are not the same, use long hostnames
if [ "$(hostname)" != "$(hostname -s)" ]; then
: "${RABBITMQ_USE_LONGNAME:=true}"
fi
Expand Down
2 changes: 1 addition & 1 deletion 3.6/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
eval "export $var=\"\$default\""
done

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

0 comments on commit 406d5ee

Please sign in to comment.