Skip to content

Commit bc3eeb1

Browse files
committed
fix typos
1 parent 6441f61 commit bc3eeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ RUN \
1414
echo "Downloading x86_64 tarball" && \
1515
curl -o \
1616
/root-layer/powershell/powershell.tar.gz -L \
17-
"https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-x64.tar.gz";
17+
"https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-x64.tar.gz"; \
1818
elif [[ $(uname -m) == "aarch64" ]]; then \
1919
echo "Downloading aarch64 tarball" && \
2020
curl -o \
2121
/root-layer/powershell/powershell.tar.gz -L \
22-
"https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-arm64.tar.gz";
22+
"https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-arm64.tar.gz"; \
2323
fi && \
2424
echo "******** run basic test to validate tarball *********" && \
2525
mkdir -p /tmp/powershell && \

0 commit comments

Comments
 (0)