Fix variable name
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
acd007a79d
commit
82ab220f3a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
%RC = (
|
%RC = (
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
{%- if environment == "staging" %}
|
{% if env == "staging" %}
|
||||||
HTTP_ANON_USER => 'ANONYMOUS_',
|
HTTP_ANON_USER => 'ANONYMOUS_',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# default umask gives you perms of '0700'; see the rc file docs for
|
# default umask gives you perms of '0700'; see the rc file docs for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue