diff options
author | Jared Morrow <jared@basho.com> | 2014-04-24 07:15:10 -0600 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-04-24 07:15:10 -0600 |
commit | a838a2e4878887e84190070d589248b74edd12c0 (patch) | |
tree | 65754ba961d56a4dac18e23e5a55a06f6af7e4bd /inttest/code_path_no_recurse/rebar.config | |
parent | 8edaa08ba6b051f49ec3631ca1aa424573c3dac6 (diff) | |
parent | 99fe270e59b44526b43f2b8d93d51b20d45b62d3 (diff) |
Merge pull request #268 from tuncer/code-path-regression
Fix #267 (code path regression)
Diffstat (limited to 'inttest/code_path_no_recurse/rebar.config')
-rw-r--r-- | inttest/code_path_no_recurse/rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inttest/code_path_no_recurse/rebar.config b/inttest/code_path_no_recurse/rebar.config new file mode 100644 index 0000000..4b358de --- /dev/null +++ b/inttest/code_path_no_recurse/rebar.config @@ -0,0 +1 @@ +{deps, [{foodep, "1"}]}. |