Skip to content

Commit 5021915

Browse files
committed
fix typo
1 parent bd979a3 commit 5021915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN \
77
if [ -z ${MOD_VERSION+x} ]; then \
88
MOD_VERSION=$(echo "$DOTNET_JSON" | jq -r '."releases-index"[] | select(."support-phase"=="active" or ."support-phase"=="maintenance") | ."latest-sdk"' | tr '\n' '_' | head -c -1); \
99
fi && \
10-
DOTNET_VERSIONS="${MOD_VERSION//_/ }"
10+
DOTNET_VERSIONS="${MOD_VERSION//_/ }" && \
1111
mkdir -p /root-layer/dotnet && \
1212
echo "$DOTNET_VERSIONS" > /root-layer/dotnet/versions.txt && \
1313
echo "versions are ${DOTNET_VERSIONS}" && \

0 commit comments

Comments
 (0)