summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/examples-sync.sh
diff options
context:
space:
mode:
authorMichal Fojtik <mi@mifo.sk>2015-10-22 13:32:58 +0200
committerMichal Fojtik <mi@mifo.sk>2015-10-22 13:32:58 +0200
commit6af8c35b6f7e07631ecc33a92230876b55be0123 (patch)
treee3a63c07e52f42983259221a4e1f0e584c6b8601 /roles/openshift_examples/examples-sync.sh
parent9f3d3e9d0e697ce85620ac0a7a7c5eeba892f1d6 (diff)
downloadopenshift-6af8c35b6f7e07631ecc33a92230876b55be0123.tar.gz
openshift-6af8c35b6f7e07631ecc33a92230876b55be0123.tar.bz2
openshift-6af8c35b6f7e07631ecc33a92230876b55be0123.tar.xz
openshift-6af8c35b6f7e07631ecc33a92230876b55be0123.zip
Update examples-sync.sh
Fixes: https://github.com/openshift/openshift-ansible/issues/722
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-xroles/openshift_examples/examples-sync.sh2
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..ba3bf9cba 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