Skip to content

Commit 76989e3

Browse files
author
tom
committed
Release 1.0.50
1 parent cac5aa1 commit 76989e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup-mac.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ function install_predixcli() {
232232
echo "Downloading latest Predix CLI: $cli_url"
233233
curl -L -O "$cli_url"
234234
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
235238
./predix-cli/install
236239
fi
237240
}

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.43",
3+
"version": "1.0.50",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)