Skip to content

Commit a23dbf8

Browse files
committed
Fixed capitalization on config options.
1 parent 39f07e0 commit a23dbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docker-gen.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dest = "/etc/logrotate.d/docker"
1010
watch = true
1111

1212
[[config]]
13-
Template = "/etc/docker-gen/templates/nginx.tmpl"
14-
Dest = "/etc/nginx/conf.d/default.conf"
13+
template = "/etc/docker-gen/templates/nginx.tmpl"
14+
dest = "/etc/nginx/conf.d/default.conf"
1515
watch = true
1616
[config.NotifyContainers]
1717
nginx = 1 # 1 is a signal number to be sent; here SIGINT

0 commit comments

Comments
 (0)