We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fee3b commit c8deac2Copy full SHA for c8deac2
setup-mac.sh
@@ -134,15 +134,6 @@ function install_cf() {
134
brew tap cloudfoundry/tap
135
brew_install cf-cli cf
136
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
146
}
147
148
function install_jdk() {
version.json
@@ -1,6 +1,6 @@
1
{
2
"name": "local setup",
3
- "version": "1.0.98",
+ "version": "1.0.99",
4
"private": true,
5
"dependencies": {},
6
"author": "rishabhtulsian"
0 commit comments