summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 2541caa..4bbc3db 100755
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,7 @@ if ! test -d $base/libmicrohttpd; then
svn checkout https://gnunet.org/svn/libmicrohttpd
fi
-for component in merchant gnurl landing exchange merchant-frontends deployment; do
+for component in bank merchant gnurl landing exchange merchant-frontends deployment; do
if ! test -d $base/$component; then
git clone /var/git/$component.git
fi