Skip to content

Commit 242470a

Browse files
ThetortugaDavidWittman
authored andcommitted
Fix typo in config file (#220)
Remove extraneous bracket
1 parent 89013ad commit 242470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/redis.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ daemonize {{ redis_daemonize }}
55
pidfile {{ redis_pidfile }}
66
dir {{ redis_dir }}
77
port {{ redis_port }}
8-
{% if redis_bind -%}}
8+
{% if redis_bind -%}
99
bind {{ redis_bind }}
1010
{% endif -%}
1111
{% if redis_socket_path -%}

0 commit comments

Comments
 (0)