Skip to content

Commit

Permalink
test double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingalpaca committed Apr 10, 2023
1 parent 5e8f11d commit b2dd8c7
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 @@ -8,7 +8,7 @@ WORKDIR /build
ARG NETWORK=test
ARG CONSENSUS_SIGSTRUCT_URI=$(curl -s https://enclave-distribution.${NETWORK}.mobilecoin.com/production-v4.0.0.json | jq .consensus.sigstruct | tr -d \" )

RUN curl -O https://enclave-distribution.${NETWORK}.mobilecoin.com/$CONSENSUS_SIGSTRUCT_URI
RUN curl -O "https://enclave-distribution.${NETWORK}.mobilecoin.com/${CONSENSUS_SIGSTRUCT_URI}"


ARG \
Expand Down

0 comments on commit b2dd8c7

Please sign in to comment.