Selaa lähdekoodia
Merge pull request #1927 from aboroska/fix-app-template
Fix misleading config in app template
pull/1928/head
Fred Hebert
6 vuotta sitten
committed by
GitHub
vanhempi
commit
e837ba761e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
priv/templates/app_rebar.config
|
|
@ -2,6 +2,6 @@ |
|
|
|
{deps, []}. |
|
|
|
|
|
|
|
{shell, [ |
|
|
|
% {config, [{config, "config/sys.config"}]}, |
|
|
|
% {config, "config/sys.config"}, |
|
|
|
{apps, [{{name}}]} |
|
|
|
]}. |