Browse Source
Merge pull request #1927 from aboroska/fix-app-template
Fix misleading config in app template
pull/1928/head
Fred Hebert
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
priv/templates/app_rebar.config
|
|
@ -2,6 +2,6 @@ |
|
|
|
{deps, []}. |
|
|
|
|
|
|
|
{shell, [ |
|
|
|
% {config, [{config, "config/sys.config"}]}, |
|
|
|
% {config, "config/sys.config"}, |
|
|
|
{apps, [{{name}}]} |
|
|
|
]}. |