Skip to content

Commit 5e32795

Browse files
authored
Fix codeblock (#704)
`shell script` is not a valid code block argument and will start failing when elastic/docs-builder#699 is merged
1 parent c095882 commit 5e32795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/license/manage-your-license-in-eck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ data:
8484
8585
You can easily create this secret using `kubectl` built-in support for secrets. Note that it must be in the same namespace as the operator:
8686

87-
```shell script
87+
```shell
8888
kubectl create secret generic eck-license --from-file=my-license-file.json -n elastic-system
8989
kubectl label secret eck-license "license.k8s.elastic.co/scope"=operator -n elastic-system
9090
```

0 commit comments

Comments
 (0)