Skip to content

Commit

Permalink
Release 1.0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Jul 20, 2018
1 parent c2fee3b commit c8deac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions setup-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ function install_cf() {
brew tap cloudfoundry/tap
brew_install cf-cli cf
cf -v

# Install CF Predix plugin
set +e
cf plugins | grep Predix > /dev/null 2>&1
if [ $? -ne 0 ]; then
set -e
cf install-plugin -f https://github.com/PredixDev/cf-predix/releases/download/1.0.0/predix_osx
fi
set -e
}

function install_jdk() {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local setup",
"version": "1.0.98",
"version": "1.0.99",
"private": true,
"dependencies": {},
"author": "rishabhtulsian"
Expand Down

0 comments on commit c8deac2

Please sign in to comment.