File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ function install_mobilecli() {
272272 else
273273 # cli_url=$(curl -g -s -L https://api.github.com/repos/PredixDev/predix-mobile-cli/releases | jq -r '.' )
274274 cli_url=$( curl -g -s -L https://api.github.com/repos/PredixDev/predix-mobile-cli/releases | jq -r ' [ .[] | select(.prerelease==false) ] | .[0].assets[] | select(.name | contains("Mac")) | .browser_download_url' )
275- cli_install_url=" https://raw.githubusercontent.com/PredixDev/local-setup/mobile-cli-install.sh "
275+ cli_install_url=" https://raw.githubusercontent.com/PredixDev/local-setup/master/ mobile-cli-install"
276276 # cli_install_url="https://raw.githubusercontent.com/PredixDev/local-setup/develop/mobile-cli-install.sh"
277277 echo " Downloading latest Predix Mobile CLI: $cli_url "
278278 curl -L " $cli_url " -o pm.zip
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.83 " ,
3+ "version" : " 1.0.84 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments