瀏覽代碼

Merge pull request #1890 from phmx/fix_sample_config

Fix sample config punctuation.
pull/1859/head
Fred Hebert 6 年之前
committed by GitHub
父節點
當前提交
651b54fc1b
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      rebar.config.sample

+ 3
- 3
rebar.config.sample 查看文件

@ -144,7 +144,7 @@
%% == Escript ==
%% name of the main OTP application to boot
{escript_main_app, application}
{escript_main_app, application}.
%% Name of the resulting escript executable
{escript_name, "application"}.
%% apps (other than main and deps) to be included
@ -158,7 +158,7 @@
%% == EUnit ==
%% eunit:test(Tests)
{eunit_tests, [{application, rebar3}]}
{eunit_tests, [{application, rebar3}]}.
%% Options for eunit:test(Tests, Opts)
{eunit_opts, [verbose]}.
%% Additional compile options for eunit. erl_opts is also used
@ -198,7 +198,7 @@
%% Only clean, ct, compile, eunit, release, and tar can be hooked around
%% runs 'clean' before 'compile'
{provider_hooks, [{pre, [{compile, clean}]}]}
{provider_hooks, [{pre, [{compile, clean}]}]}.
%% == Releases ==

Loading…
取消
儲存