diff --git a/monitoring-bot/Makefile b/monitoring-bot/Makefile index 370f82a1a..7d1d6cb4d 100644 --- a/monitoring-bot/Makefile +++ b/monitoring-bot/Makefile @@ -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 diff --git a/monitoring-bot/README.md b/monitoring-bot/README.md index 31e2b2ea8..d56fa6d17 100644 --- a/monitoring-bot/README.md +++ b/monitoring-bot/README.md @@ -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