浏览代码

Update examples-sync.sh

Fixes: https://github.com/openshift/openshift-ansible/issues/722
Michal Fojtik 9 年之前
父节点
当前提交
6af8c35b6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_examples/examples-sync.sh

+ 1 - 1
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