diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 10:54:22 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 10:54:22 -0400 |
commit | 19e5995968f89dfed2a8f3478ad40680f42ff777 (patch) | |
tree | da16cdbb82604506e45acbec1140889bc86d26b8 /roles | |
parent | d7c0c0eaff15315e7c57d196d08cc53f9ab200c5 (diff) | |
parent | 17a6e2c6f0ae55c875adb0ccf8b5c239e587da7b (diff) | |
download | openshift-19e5995968f89dfed2a8f3478ad40680f42ff777.tar.gz openshift-19e5995968f89dfed2a8f3478ad40680f42ff777.tar.bz2 openshift-19e5995968f89dfed2a8f3478ad40680f42ff777.tar.xz openshift-19e5995968f89dfed2a8f3478ad40680f42ff777.zip |
Merge pull request #723 from mfojtik/patch-1
Update examples-sync.sh
Diffstat (limited to 'roles')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index 3047a3add..21137e31b 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -15,7 +15,7 @@ wget https://github.com/openshift/rails-ex/archive/master.zip -O rails-ex-master wget https://github.com/openshift/nodejs-ex/archive/master.zip -O nodejs-ex-master.zip wget https://github.com/openshift/dancer-ex/archive/master.zip -O dancer-ex-master.zip wget https://github.com/openshift/cakephp-ex/archive/master.zip -O cakephp-ex-master.zip -wget https://github.com/jboss-openshift/application-templates/archive/master.zip -O application-templates-master.zip +wget https://github.com/jboss-openshift/application-templates/archive/ose-v1.0.2.zip -O application-templates-master.zip unzip origin-master.zip unzip django-ex-master.zip unzip rails-ex-master.zip |