diff options
-rw-r--r-- | ebin/rebar.app | 2 | ||||
-rw-r--r-- | priv/templates/simplenode.app.config | 2 | ||||
-rw-r--r-- | priv/templates/simplenode.reltool.config | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index ecc302b..3565fed 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -90,4 +90,4 @@ ]} ]} ]} -]}. + ]}. 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"} - ]}. + ]}. |