From 96f12e14dcdebc21ccbb937fa8a0e1a8d0745c09 Mon Sep 17 00:00:00 2001 From: ttres Date: Thu, 5 Sep 2013 16:27:38 -0300 Subject: [PATCH] Minor URL typo URLs with special characters should escape them. --- website/source/docs/provisioners/shell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index 86bfae91b..d3a895b3a 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -59,7 +59,7 @@ Optional parameters: `environment_vars`, if configured. * `inline_shebang` (string) - The - [shebang](http://en.wikipedia.org/wiki/Shebang_(Unix)) value to use when + [shebang](http://en.wikipedia.org/wiki/Shebang_%28Unix%29) value to use when running commands specified by `inline`. By default, this is `/bin/sh`. If you're not using `inline`, then this configuration has no effect.