diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-13 19:46:18 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-13 19:46:18 +0000 |
| commit | 0b61669747325219a672c43bd182f7e539341118 (patch) | |
| tree | 83dfcf91f6c89993906458e40b6409777fb93cac | |
| parent | b5f4ceb5b42314c3d71710006f57e34fb512abf2 (diff) | |
| download | rabbitmq-server-bug20035.tar.gz | |
oopsbug20035
| -rw-r--r-- | generate_app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_app b/generate_app index 1d75e83c..bb6f7516 100644 --- a/generate_app +++ b/generate_app @@ -7,4 +7,4 @@ main([BeamDir]) -> {ok, {application, Application, Properties}} = io:read(""), NewProperties = lists:keyreplace(modules, 1, Properties, {modules, Modules}), - io:format("~p", [{application, Application, NewProperties}]). + io:format("~p.", [{application, Application, NewProperties}]). |
