fix type
This commit is contained in:
parent
7e07a7c9c4
commit
97ef340423
|
@ -212,7 +212,7 @@ readability) to install Chef. This command can be customized if you want to
|
|||
install Chef in another way.
|
||||
|
||||
``` text
|
||||
curl -L https:///omnitruck.chef.io/chef/install.sh | \
|
||||
curl -L https://omnitruck.chef.io/chef/install.sh | \
|
||||
{{if .Sudo}}sudo{{end}} bash
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue