mirror of
https://github.com/hashicorp/packer.git
synced 2026-07-15 20:03:46 -04:00
Minor URL typo
URLs with special characters should escape them.
This commit is contained in:
parent
ed7e0847fd
commit
96f12e14dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue