Skip to content

Commit 9905dca

Browse files
authored
Merge pull request #88 from raffis/readme
fix: change artifact hub badge / main instead root.go
2 parents cdbd2a7 + 8191220 commit 9905dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ vet:
6868

6969
build:
7070
@echo ">> building binaries"
71-
go build -o mongodb-query-exporter cmd/root.go
71+
go build -o mongodb-query-exporter cmd/main.go
7272

7373
.PHONY: run
7474
run: fmt vet
75-
go run ./cmd/root.go
75+
go run ./cmd/main.go
7676

7777
.PHONY: docker-build
7878
docker-build: test ## Build docker image with the manager.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Go Report Card](https://goreportcard.com/badge/github.com/raffis/mongodb-query-exporter)](https://goreportcard.com/report/github.com/raffis/mongodb-query-exporter)
44
[![PkgGoDev](https://pkg.go.dev/badge/github.com/raffis/mongodb-query-exporter?tab=subdirectories)](https://pkg.go.dev/github.com/raffis/mongodb-query-exporter?tab=subdirectories)
55
[![Coverage Status](https://coveralls.io/repos/github/raffis/mongodb-query-exporter/badge.svg?branch=master)](https://coveralls.io/github/raffis/mongodb-query-exporter?branch=master)
6-
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/prometheus-mongodb-query-exporter)](https://artifacthub.io/packages/search?repo=prometheus-mongodb-query-exporter)
6+
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/mongodb-query-exporter)](https://artifacthub.io/packages/search?repo=mongodb-query-exporter)
77

88
MongoDB aggregation query exporter for [Prometheus](https://prometheus.io).
99

File renamed without changes.

0 commit comments

Comments
 (0)