Skip to content

Commit 0aecfdc

Browse files
author
tom
committed
Release 1.0.51
1 parent 76989e3 commit 0aecfdc

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
@@ -254,6 +254,9 @@ function update_predixcli() {
254254
echo "Downloading latest Predix CLI: $cli_url"
255255
curl -L -O "$cli_url"
256256
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
257+
if [ -e predix-cli ]; then
258+
cd predix-cli
259+
fi
257260
echo "Please enter your system password, so the Predix CLI can be installed using sudo."
258261
sudo ./predix-cli/install
259262
fi

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

0 commit comments

Comments
 (0)