Skip to content

Commit 8e17c07

Browse files
committed
Fix typo in Dockerfile_maiko
1 parent 6aafbbc commit 8e17c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile_maiko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN cd ${INSTALL_LOCATION}/bin \
2626
RUN cd ${INSTALL_LOCATION}/bin \
2727
&& arch="$(./machinetype)" \
2828
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
29-
&& export LDEARCH="${arch}-microsoft-wsl1" \
29+
export LDEARCH="${arch}-microsoft-wsl1" \
3030
&& ./makeright x cleanup \
3131
&& ./makeright x \
3232
&& ./makeright init clean \

0 commit comments

Comments
 (0)