Skip to content

Commit 4eff5b9

Browse files
Fix
should be yml instead yaml.
1 parent 58c95e0 commit 4eff5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ dist: focal # or bionic | xenial with xenial as default
207207

208208
> Due to security reasons, builds run in LXD containers will be denied access to privileged filesystems and paths - a privileged container with write access to e.g. /sys/kernel/debugfs might muddle an LXD host.
209209

210-
As a result, for instance a command in `.travis.yaml` like:
210+
As a result, for instance a command in `.travis.yml` like:
211211
```yaml
212212
sudo docker run --privileged --rm -t -v /sys/kernel/debug:/sys/kernel/debug:rw
213213
```

0 commit comments

Comments
 (0)