Skip to content

Commit 7d2973c

Browse files
authored
Fix codeblock (#711)
`shell script` is not a valid codeblock language. This will start failing when we merge elastic/docs-builder#699
1 parent df8d196 commit 7d2973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/deploy/cloud-on-k8s/troubleshooting-beats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When `kubectl` is used to modify a resource, it calculates the diff between the
2525

2626
If you have configured a Beat to run as a `Deployment` and you are using a `hostPath` volume as the Beats data directory, you might encounter an error similar to the following:
2727

28-
```shell script
28+
```shell
2929
ERROR instance/beat.go:958 Exiting: data path already locked by another beat. Please make sure that multiple beats are not sharing the same data path (path.data).
3030
```
3131

0 commit comments

Comments
 (0)