Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update ODO binary download link
Browse files Browse the repository at this point in the history
Signed-off-by: jingfu wang <jingfu.j.wang@ibm.com>
  • Loading branch information
GeekArthur authored and Rajiv Nathan committed Oct 21, 2019
1 parent 848126d commit f4c5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pfe/portal/modules/ExtensionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const extensionsDir = '/extensions';
const extensionsPattern = /^(\S+)-(\d+\.\d+\.\d+)\.zip$/; // e.g. extension-name-0.0.1.zip
const suffixOld = '__old';
const odoExtensionName = "codewind-odo-extension";
const odoBinarySource = "https://github.com/openshift/odo/releases/latest/download/odo-linux-amd64"
const odoBinarySource = "https://mirror.openshift.com/pub/openshift-v4/clients/odo/latest/odo-linux-amd64"

/**
* The ExtensionList class
Expand Down

0 comments on commit f4c5dc5

Please sign in to comment.