Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jul 2, 2024
1 parent 570cd5f commit 1cea17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##########

ORG ?= nirmata
PACKAGE ?= github.com/$(ORG)/reports-server
PACKAGE ?= github.com/kyverno/reports-server
GIT_SHA := $(shell git rev-parse HEAD)
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
Expand Down

0 comments on commit 1cea17f

Please sign in to comment.