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 b240125 commit fd21357Copy full SHA for fd21357
setup-mac.sh
@@ -252,7 +252,7 @@ function update_predixcli() {
252
curl -L -O "$cli_url"
253
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
254
echo "Please enter your system password, so the Predix CLI can be installed using sudo."
255
- sudo ./install
+ ./install
256
fi
257
258
}
version.json
@@ -1,6 +1,6 @@
1
{
2
"name": "local setup",
3
- "version": "1.0.53",
+ "version": "1.0.54",
4
"private": true,
5
"dependencies": {},
6
"author": "rishabhtulsian"
0 commit comments