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 cac5aa1 commit 76989e3Copy full SHA for 76989e3
setup-mac.sh
@@ -232,6 +232,9 @@ function install_predixcli() {
232
echo "Downloading latest Predix CLI: $cli_url"
233
curl -L -O "$cli_url"
234
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
235
+ if [ -e predix-cli ]; then
236
+ cd predix-cli
237
+ fi
238
./predix-cli/install
239
fi
240
}
version.json
@@ -1,6 +1,6 @@
1
{
2
"name": "local setup",
3
- "version": "1.0.43",
+ "version": "1.0.50",
4
"private": true,
5
"dependencies": {},
6
"author": "rishabhtulsian"
0 commit comments