summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-24 21:45:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-24 21:45:11 +0200
commit8d43fd25ef96226d0f0fdf19b5bc792cd6142dd4 (patch)
tree2fc335eb5e86119d25dc4bf74df4420c4fb08f6f
parentc5bd73a129ac54222dff6965234b77e6c9c044bc (diff)
downloaddeployment-8d43fd25ef96226d0f0fdf19b5bc792cd6142dd4.tar.gz
deployment-8d43fd25ef96226d0f0fdf19b5bc792cd6142dd4.tar.bz2
deployment-8d43fd25ef96226d0f0fdf19b5bc792cd6142dd4.zip
bootstrap - bank
-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