Skip to content

Commit 4d6da44

Browse files
author
tom
committed
Release 1.0.52
1 parent a9203e8 commit 4d6da44

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

setup-mac.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +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-
pwd
236-
ls -l
237235
if [ -e predix-cli ]; then
238236
cd predix-cli
239237
fi
240-
pwd
241-
ls -l
242238
./predix-cli/install
243239
fi
244240
}
@@ -258,13 +254,9 @@ function update_predixcli() {
258254
echo "Downloading latest Predix CLI: $cli_url"
259255
curl -L -O "$cli_url"
260256
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
261-
pwd
262-
ls -l
263257
if [ -e predix-cli ]; then
264258
cd predix-cli
265259
fi
266-
pwd
267-
ls -l
268260
echo "Please enter your system password, so the Predix CLI can be installed using sudo."
269261
sudo ./predix-cli/install
270262
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.51",
3+
"version": "1.0.52",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)