aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-demo
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-demo')
-rwxr-xr-xbootstrap-demo1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-demo b/bootstrap-demo
index 556c59f..e30dd08 100755
--- a/bootstrap-demo
+++ b/bootstrap-demo
@@ -24,6 +24,7 @@ done
for component in bank merchant gnurl landing exchange merchant-frontends; do
if ! test -d $base/$component; then
+ cd $base/$component
git checkout stable
fi
done