Skip to content

Commit 5d3639a

Browse files
committed
Fix another error is Dockerfile_maiko for wsl1
1 parent 59953c2 commit 5d3639a

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-
echo "echo #!/bin/sh" > osversion \
29+
echo "#!/bin/sh" > osversion \
3030
&& echo "echo wsl1" >> osversion \
3131
&& ./makeright x cleanup \
3232
&& ./makeright x \

0 commit comments

Comments
 (0)