This commit is contained in:
Matthew Hooker 2017-11-14 16:43:57 -08:00
parent 7e07a7c9c4
commit 97ef340423
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -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
```