summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-demo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-demo b/bootstrap-demo
index 64dc306..1607ca2 100755
--- a/bootstrap-demo
+++ b/bootstrap-demo
@@ -23,7 +23,7 @@ for component in bank merchant gnurl landing exchange merchant-frontends deploym
done
for component in bank merchant gnurl landing exchange merchant-frontends; do
- git -C $base/component checkout stable
+ git -C $base/$component checkout stable
done
cat >$base/activate <<EOL