Skip to content

Commit c8216e1

Browse files
authored
Fix missing \ in about-arc.md (actions#2866)
1 parent 564c112 commit c8216e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/about-arc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If there is a need to include packages in the runner image for which there is no
172172
FROM summerwind/actions-runner:latest
173173
174174
RUN sudo apt-get update -y \
175-
&& sudo apt-get install $YOUR_PACKAGES
175+
&& sudo apt-get install $YOUR_PACKAGES \
176176
&& sudo rm -rf /var/lib/apt/lists/*
177177
```
178178

0 commit comments

Comments
 (0)