diff options
author | Michal Fojtik <mi@mifo.sk> | 2015-10-22 13:40:00 +0200 |
---|---|---|
committer | Michal Fojtik <mi@mifo.sk> | 2015-10-22 13:40:00 +0200 |
commit | 17a6e2c6f0ae55c875adb0ccf8b5c239e587da7b (patch) | |
tree | 3f7dc56b985d4f35e352ec070964aa88862605a5 /roles/openshift_examples/examples-sync.sh | |
parent | 6af8c35b6f7e07631ecc33a92230876b55be0123 (diff) | |
download | openshift-17a6e2c6f0ae55c875adb0ccf8b5c239e587da7b.tar.gz openshift-17a6e2c6f0ae55c875adb0ccf8b5c239e587da7b.tar.bz2 openshift-17a6e2c6f0ae55c875adb0ccf8b5c239e587da7b.tar.xz openshift-17a6e2c6f0ae55c875adb0ccf8b5c239e587da7b.zip |
Update examples-sync.sh
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-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 ba3bf9cba..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//ose-v1.0.2.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 |