Skip to content

Commit

Permalink
Fix typo in config file (#220)
Browse files Browse the repository at this point in the history
Remove extraneous bracket
  • Loading branch information
Thetortuga authored and DavidWittman committed Aug 7, 2019
1 parent 89013ad commit 242470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/redis.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ daemonize {{ redis_daemonize }}
pidfile {{ redis_pidfile }}
dir {{ redis_dir }}
port {{ redis_port }}
{% if redis_bind -%}}
{% if redis_bind -%}
bind {{ redis_bind }}
{% endif -%}
{% if redis_socket_path -%}
Expand Down

0 comments on commit 242470a

Please sign in to comment.