Skip to content

Commit c8deac2

Browse files
Release 1.0.99
1 parent c2fee3b commit c8deac2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

setup-mac.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,6 @@ function install_cf() {
134134
brew tap cloudfoundry/tap
135135
brew_install cf-cli cf
136136
cf -v
137-
138-
# Install CF Predix plugin
139-
set +e
140-
cf plugins | grep Predix > /dev/null 2>&1
141-
if [ $? -ne 0 ]; then
142-
set -e
143-
cf install-plugin -f https://github.com/PredixDev/cf-predix/releases/download/1.0.0/predix_osx
144-
fi
145-
set -e
146137
}
147138

148139
function install_jdk() {

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.98",
3+
"version": "1.0.99",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)