From fcbb248f15154c54d56bd67c4ce6ff29c05055e9 Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 24 Jan 2018 12:26:34 +0100 Subject: [PATCH] [matomo] fix typo --- matomo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/Dockerfile b/matomo/Dockerfile index 717f0b7..31cd47a 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -52,6 +52,6 @@ EXPOSE 8888 LABEL description "Open web analytics platform" \ matomo "Matomo v${VERSION}" \ - maintainer="hoellen " + maintainer="hoellen " CMD ["run.sh"]