mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fixing some typos in simpleapp template
This commit is contained in:
parent
407486bc62
commit
c6a0d44afa
2 changed files with 2 additions and 1 deletions
|
@ -11,5 +11,6 @@
|
||||||
kernel,
|
kernel,
|
||||||
stdlib
|
stdlib
|
||||||
]},
|
]},
|
||||||
|
{mod, { {{appid}}_app, []}},
|
||||||
{env, []}
|
{env, []}
|
||||||
]}.
|
]}.
|
||||||
|
|
|
@ -24,5 +24,5 @@ start_link() ->
|
||||||
%% ===================================================================
|
%% ===================================================================
|
||||||
|
|
||||||
init([]) ->
|
init([]) ->
|
||||||
{ok, {one_for_one, 5, 10}, []}.
|
{ok, { {one_for_one, 5, 10}, []} }.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue