瀏覽代碼

the releases website has changed

pull/1418/head
getong 8 年之前
父節點
當前提交
b99c15d297
共有 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) -> boot_apps(Apps) ->
?WARN("The rebar3 shell is a development tool; to deploy " ?WARN("The rebar3 shell is a development tool; to deploy "
"applications in production, consider using releases " "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), Normalized = normalize_boot_apps(Apps),
Res = [application:ensure_all_started(App) || App <- Normalized], Res = [application:ensure_all_started(App) || App <- Normalized],
_ = [?INFO("Booted ~p", [App]) _ = [?INFO("Booted ~p", [App])

Loading…
取消
儲存