Skip to content

Commit f73b7a3

Browse files
Don't mix tabs and spaces
1 parent 179a778 commit f73b7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ dockerfile:
157157
extraBuildPackages:
158158
- linux-headers
159159
extraBuildDirectives:
160-
- |
161-
RUN wget -P /usr/local/share/ca-certificates/ http://example.com/some-custom-certificate.pem \
160+
- |
161+
RUN wget -P /usr/local/share/ca-certificates/ http://example.com/some-custom-certificate.pem \
162162
&& update-ca-certificates
163163
extraDirectives:
164164
- 'LABEL mylabel=myvalue'

0 commit comments

Comments
 (0)