Skip to content

Commit a147595

Browse files
authored
Merge pull request #697 from arteeh/patch-1
Fix typo
2 parents 8894941 + 04d2c32 commit a147595

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)