summaryrefslogtreecommitdiff
path: root/bootstrap-demo
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-26 04:03:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-26 04:03:00 +0200
commitceee385bd6bf8154d2020999bacd4a4b3b28a552 (patch)
tree5298402fef6a1d228f38234c545873e1dd5d60f3 /bootstrap-demo
parentfecba22a6dcdb0a08d3d3f9d60a6cc83160a5094 (diff)
downloaddeployment-ceee385bd6bf8154d2020999bacd4a4b3b28a552.tar.gz
deployment-ceee385bd6bf8154d2020999bacd4a4b3b28a552.tar.bz2
deployment-ceee385bd6bf8154d2020999bacd4a4b3b28a552.zip
demo
Diffstat (limited to 'bootstrap-demo')
-rwxr-xr-xbootstrap-demo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-demo b/bootstrap-demo
index 1607ca2..f31a31a 100755
--- a/bootstrap-demo
+++ b/bootstrap-demo
@@ -22,7 +22,7 @@ for component in bank merchant gnurl landing exchange merchant-frontends deploym
fi
done
-for component in bank merchant gnurl landing exchange merchant-frontends; do
+for component in bank merchant landing exchange merchant-frontends; do
git -C $base/$component checkout stable
done