Skip to content

Commit

Permalink
Merge "Change binary name to sf-operator"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Mar 11, 2024
2 parents 8114069 + f026258 commit 155567d
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 @@ -93,7 +93,7 @@ setenv:

.PHONY: build
build: setenv generate fmt vet sc build-api-doc ## Build manager binary.
go build -o bin/manager main.go
go build -o bin/sf-operator main.go

.PHONY: build-api-doc
build-api-doc: # Build the API documentation.
Expand Down

0 comments on commit 155567d

Please sign in to comment.