This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch bloodbuild-afterxmas5
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/bloodbuild-afterxmas5 by this 
push:
     new 4da1dfb  test
4da1dfb is described below

commit 4da1dfbe587c28dc7575c9146c8efb7f28513246
Author: jiangph <jian...@cn.ibm.com>
AuthorDate: Tue Jan 14 16:16:51 2020 +0800

    test
---
 src/ken/rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ken/rebar.config.script b/src/ken/rebar.config.script
index 26d6f4c..9b868cc 100644
--- a/src/ken/rebar.config.script
+++ b/src/ken/rebar.config.script
@@ -11,7 +11,7 @@
 % the License.
 
 HaveDreyfus = element(1, file:list_dir("../dreyfus")) == ok.
-HaveHastings = element(1, file:list_dir("../hastings")) == ok.
+HaveHastings = element(1, file:list_dir("../../../hastings")) == ok.
 
 CurrOpts = case lists:keyfind(erl_opts, 1, CONFIG) of
     {erl_opts, Opts} -> Opts;

Reply via email to