Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 61ed963

Browse files
author
Nicolas Huray
committed
Minor
1 parent 54b0d74 commit 61ed963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consul/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl -Ls https://github.com/just-containers/s6-overlay/releases/download/v${
1212
curl -Ls http://dl.bintray.com/foostan/fileconsul/${FILECONSUL_VERSION}_linux_amd64.zip -o fileconsul.zip && unzip fileconsul.zip -d /usr/local/bin && \
1313
rm -f fileconsul.zip consul-template* && \
1414
echo -ne "- with `consul-template -v`" >> /root/.built && \
15-
echo -ne "- with `fileconsul -v`" >> /root/.built
15+
echo -ne "- with `fileconsul -v`\n" >> /root/.built
1616

1717
# Add services configuration
1818
ADD etc /etc

0 commit comments

Comments
 (0)