Skip to content

Commit

Permalink
Merge pull request #97 from playground/oh-mesh
Browse files Browse the repository at this point in the history
Oh mesh
  • Loading branch information
playground authored Feb 20, 2024
2 parents cf095ce + 6cd86cb commit 22422bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/common/src/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hzn-cli",
"version": "0.7.4",
"version": "0.7.5",
"description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments",
"main": "./build/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ export class Utils {
palmctl config user --token ${pEnv.MESH_API_KEY} &&
palmctl config endpoint --url ${pEnv.MESH_ENDPOINT} &&
cat ~/palmctl_config.yaml &&
sudo rm agent-*.* &&
sudo rm -f /p/a/t/h agent-*.* &&
palmctl get openhorizon &&
tar -xvzf openhorizon-agent-install-files.tar.gz &&
rm agent-install.sh &&
Expand Down

0 comments on commit 22422bf

Please sign in to comment.