summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-10-25 15:46:05 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-10-25 21:45:32 -0400
commitebac05f686b56791511cb9b599dfb5a742dcfc96 (patch)
tree00a789cd058f98fa014d927f094f9e6e9f91f6f2 /configure
parent952a85381ff4b5b34426000b1dee73c9e74becdd (diff)
use get-deps to pull down individual cloudant projects
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index eb8afd40..75e359ab 100755
--- a/configure
+++ b/configure
@@ -88,4 +88,4 @@ cat > rel/dev$i.config << EOF
EOF
done
-cat rel/bigcouch.config
+./rebar get-deps && cat rel/bigcouch.config