From 97ef340423c2e006004d6a06a3e4aa3f549c191c Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 14 Nov 2017 16:43:57 -0800 Subject: [PATCH] fix type --- website/source/docs/provisioners/chef-client.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/chef-client.html.md b/website/source/docs/provisioners/chef-client.html.md index dabf37ca5..05898263e 100644 --- a/website/source/docs/provisioners/chef-client.html.md +++ b/website/source/docs/provisioners/chef-client.html.md @@ -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 ```