Skip to content

Commit

Permalink
Merge pull request #247 from StaleLoafOfBread/chore/indenting
Browse files Browse the repository at this point in the history
chore(indenting): remove extra space
  • Loading branch information
jammsen authored Mar 6, 2024
2 parents 7b454f9 + f66164b commit f45e3a3
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 @@ -29,7 +29,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN curl -fsSLO "$SUPERCRONIC_URL" \
RUN curl -fsSLO "$SUPERCRONIC_URL" \
&& echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
&& chmod +x "$SUPERCRONIC" \
&& mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
Expand Down

0 comments on commit f45e3a3

Please sign in to comment.