Skip to content

Commit 04d2c32

Browse files
authored
Fix typo
People (like me) will think they should add a dot to the end of their label.
1 parent 8894941 commit 04d2c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ if [[ "$*" == "/bin/bash /app/start.sh" ]]; then
155155
echo "Error: can't get docker-gen container id !" >&2
156156
echo "If you are running a three containers setup, check that you are doing one of the following :" >&2
157157
echo -e "\t- Set the NGINX_DOCKER_GEN_CONTAINER env var on the letsencrypt-companion container to the name of the docker-gen container." >&2
158-
echo -e "\t- Label the docker-gen container to use with 'com.github.jrcs.letsencrypt_nginx_proxy_companion.docker_gen.'" >&2
158+
echo -e "\t- Label the docker-gen container to use with 'com.github.jrcs.letsencrypt_nginx_proxy_companion.docker_gen'." >&2
159159
exit 1
160160
fi
161161
check_writable_directory '/etc/nginx/certs'

0 commit comments

Comments
 (0)