Add back missing closing quote character

This commit is contained in:
Vlad Romanenko 2021-06-22 15:20:31 +01:00 committed by GitHub
parent d54bcb6276
commit d4d56a96b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ the previous section, are also available with the same meanings on
[Resource Targeting](#resource-targeting) [Resource Targeting](#resource-targeting)
below for more information. below for more information.
* `-var 'NAME=VALUE` - Sets a value for a single * `-var 'NAME=VALUE'` - Sets a value for a single
[input variable](/docs/language/values/variables.html) declared in the [input variable](/docs/language/values/variables.html) declared in the
root module of the configuration. Use this option multiple times to set root module of the configuration. Use this option multiple times to set
more than one variable. more than one variable.