Skip to content

Commit c8f0971

Browse files
fix(auth_nocache): fix typo in client template
This fixes an embarrassing typo in #125, causing the `auth_nocache` setting not to work at all.
1 parent e9d69e8 commit c8f0971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvpn/files/client.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ http-proxy {{ config.http_proxy }}
3434
auth-user-pass {{ config.auth_user_pass }}
3535
{%- endif %}
3636

37-
{%- if config.auto_nocache is defined %}
37+
{%- if config.auth_nocache is defined %}
3838
auth-nocache
3939
{%- endif %}

0 commit comments

Comments
 (0)