Skip to content

Commit fd21357

Browse files
author
tom
committed
Release 1.0.54
1 parent b240125 commit fd21357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function update_predixcli() {
252252
curl -L -O "$cli_url"
253253
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
254254
echo "Please enter your system password, so the Predix CLI can be installed using sudo."
255-
sudo ./install
255+
./install
256256
fi
257257

258258
}

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

0 commit comments

Comments
 (0)