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 | 0d17829eba6e9f24c81322c0547acf1d734391e9 (patch) | |
| tree | 83dfcf91f6c89993906458e40b6409777fb93cac | |
| parent | 727eaa2abd65bdaa537a284a395ef8fd43e64c29 (diff) | |
| download | rabbitmq-server-git-0d17829eba6e9f24c81322c0547acf1d734391e9.tar.gz | |
oops
| -rw-r--r-- | generate_app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_app b/generate_app index 1d75e83c94..bb6f751613 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}]). |
