Преглед изворни кода

Merge pull request #1927 from aboroska/fix-app-template

Fix misleading config in app template
pull/1928/head
Fred Hebert пре 6 година
committed by GitHub
родитељ
комит
e837ba761e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      priv/templates/app_rebar.config

+ 1
- 1
priv/templates/app_rebar.config Прегледај датотеку

@ -2,6 +2,6 @@
{deps, []}.
{shell, [
% {config, [{config, "config/sys.config"}]},
% {config, "config/sys.config"},
{apps, [{{name}}]}
]}.

Loading…
Откажи
Сачувај