Skip to content

Commit 9f50b63

Browse files
committed
Fix heading levels
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent 82c99ee commit 9f50b63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/license/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ When you first run Chef Infra Client 19, you must accept the End User License Ag
107107
108108
Chef Infra Client accepts a license using a command line option, environment variable, or config file.
109109
110-
#### Options
110+
### Options
111111
112112
Chef Infra Client accepts the following license acceptance options:
113113
@@ -120,15 +120,15 @@ Chef Infra Client accepts the following license acceptance options:
120120
`accept-no-persist`
121121
: Similar to `accept-silent`, but no marker file is persisted. Future invocation will require accepting the license again.
122122
123-
#### Command line option
123+
### Command line option
124124
125125
Accept the Chef License with a command line invocation.
126126
127127
```sh
128128
chef-client --chef-license <LICENSE_OPTION>
129129
```
130130
131-
#### Environment variable
131+
### Environment variable
132132
133133
Accept the Chef License by setting an environment variable. For example:
134134
@@ -137,7 +137,7 @@ export CHEF_LICENSE="<LICENSE_OPTION>"
137137
chef-client OPTION VALUE
138138
```
139139
140-
#### Config file
140+
### Config file
141141
142142
You can accept the Chef License with the Chef Infra Client or Knife config files.
143143

0 commit comments

Comments
 (0)