Skip to content

Commit 5dc9233

Browse files
committed
One more typo in Dockerfile_maiko
1 parent b029b98 commit 5dc9233

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-
mv osversion oserversion.hold \
29+
mv osversion osversion.hold \
3030
&& echo "#!/bin/sh" > osversion \
3131
&& echo "echo wsl1" >> osversion \
3232
&& chmod ugo+x osversion \

0 commit comments

Comments
 (0)