Method: DPL::Provider::Deis#determine_install_url

Defined in:
lib/dpl/provider/deis.rb

#determine_install_urlObject

Default to installing the default v1 client. Otherwise determine if this is a v2 client



11
12
13
# File 'lib/dpl/provider/deis.rb', line 11

def determine_install_url
  return "https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh"
end