From 0822715a25084ad1ae01682c65ea95e487f61307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Thu, 4 May 2023 18:56:06 +0000 Subject: [PATCH] style: new line at end of file --- minica/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minica/Containerfile b/minica/Containerfile index 228cc03..9f03863 100644 --- a/minica/Containerfile +++ b/minica/Containerfile @@ -10,4 +10,4 @@ RUN chmod +x ./certificates.sh RUN go install github.com/jsha/minica@latest # Container start command -CMD ["/certs/certificates.sh"] \ No newline at end of file +CMD ["/certs/certificates.sh"]