ソースを参照

Merge pull request #1418 from getong/releases_website

the releases website has changed
pull/1422/head
Fred Hebert 8年前
committed by GitHub
コミット
1f8df5637c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rebar_prv_shell.erl

+ 1
- 1
src/rebar_prv_shell.erl ファイルの表示

@ -339,7 +339,7 @@ reread_config(State) ->
boot_apps(Apps) ->
?WARN("The rebar3 shell is a development tool; to deploy "
"applications in production, consider using releases "
"(http://www.rebar3.org/v3.0/docs/releases)", []),
"(http://www.rebar3.org/docs/releases)", []),
Normalized = normalize_boot_apps(Apps),
Res = [application:ensure_all_started(App) || App <- Normalized],
_ = [?INFO("Booted ~p", [App])

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