Skip to content

Commit

Permalink
update monitoring-bot Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Oct 29, 2023
1 parent 7217196 commit d5427d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monitoring-bot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ run:
go run main.go

build:
go build -o bin/tfgridmon main.go
go build -o bin/monitoring-bot main.go

clean:
rm ./coverage -rf
Expand Down
4 changes: 2 additions & 2 deletions monitoring-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ This is a bot to monitor some TFGrid functionalities here is a list:
> Download the latest from the [releases page](https://github.com/threefoldtech/tfgrid-sdk-go/releases)
```bash
sudo cp tfgridmon /usr/local/bin
tfgridmon -e .env -w wallets.json
sudo cp monitoring-bot /usr/local/bin
monitoring-bot -e .env -w wallets.json
```
Where
Expand Down

0 comments on commit d5427d5

Please # to comment.