ソースを参照

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
この署名に対応する既知のキーがデータベースに存在しません GPGキー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}}]}
]}.

読み込み中…
キャンセル
保存