Przeglądaj źródła

Merge pull request #1418 from getong/releases_website

the releases website has changed
pull/1422/head
Fred Hebert 8 lat temu
committed by GitHub
rodzic
commit
1f8df5637c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_shell.erl

+ 1
- 1
src/rebar_prv_shell.erl Wyświetl plik

@ -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])

Ładowanie…
Anuluj
Zapisz