Skip to content

Commit

Permalink
remove extraneous line-continuation (\) char (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsky authored and osterman committed Jun 15, 2018
1 parent c7b69c0 commit b6ff324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ RUN curl --fail -sSL -O http://storage.googleapis.com/kubernetes-helm/helm-v${HE
&& helm completion bash > /etc/bash_completion.d/helm.sh \
&& mkdir -p ${HELM_HOME} \
&& helm init --client-only \
&& mkdir -p ${HELM_HOME}/plugins \
&& mkdir -p ${HELM_HOME}/plugins

#
# Install helm repos
Expand Down

0 comments on commit b6ff324

Please sign in to comment.