diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-15 16:40:25 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-15 17:22:55 +0200 |
commit | eba2f097bfc5ff2ea5ee8a1c33be1ede86c4a7e4 (patch) | |
tree | 02ced64d7b9398ddb50f463d0753676f5a069be2 /priv/templates | |
parent | df4e836c4e3a2e667f3bf232a52a12a5882ca727 (diff) |
Fix formatting (thanks Piotr Usewicz)
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/simplenode.app.config | 2 | ||||
-rw-r--r-- | priv/templates/simplenode.reltool.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/simplenode.app.config b/priv/templates/simplenode.app.config index bba388b..3b7f6bd 100644 --- a/priv/templates/simplenode.app.config +++ b/priv/templates/simplenode.app.config @@ -6,6 +6,6 @@ {error_logger_mf_dir, "log/sasl"}, % Log directory {error_logger_mf_maxbytes, 10485760}, % 10 MB max file size {error_logger_mf_maxfiles, 5} % 5 files max - ]} + ]} ]. diff --git a/priv/templates/simplenode.reltool.config b/priv/templates/simplenode.reltool.config index c804137..6a37b16 100644 --- a/priv/templates/simplenode.reltool.config +++ b/priv/templates/simplenode.reltool.config @@ -27,4 +27,4 @@ {copy, "files/{{nodeid}}", "bin/{{nodeid}}"}, {copy, "files/app.config", "etc/app.config"}, {copy, "files/vm.args", "etc/vm.args"} - ]}. + ]}. |