From d4d30127a3e0ab9d2d84879a9e3a426c433ab2ea Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 10 Mar 2020 14:53:48 +0100 Subject: [PATCH] Update variables.html.md --- website/source/docs/configuration/from-1.5/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/from-1.5/variables.html.md b/website/source/docs/configuration/from-1.5/variables.html.md index d43866814..809383226 100644 --- a/website/source/docs/configuration/from-1.5/variables.html.md +++ b/website/source/docs/configuration/from-1.5/variables.html.md @@ -294,7 +294,7 @@ this behavior optional : | | no default | `default = null` | `default = "xy"` | |:---------------------------:|:----------------------------:|:----------------:|:----------------:| | foo unused | error, "foo needs to be set" | - | - | -| var.foo | error, "foo needs to be set" | null¹ | yz | +| var.foo | error, "foo needs to be set" | null¹ | xy | | `PKR_VAR_foo=yz`
var.foo | yz | yz | yz | | `-var foo=yz`
var.foo | yz | yz | yz |