Skip to content

Commit

Permalink
fix: correct the make run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brightzheng100 authored and prometherion committed Sep 30, 2021
1 parent bbb7b85 commit f92acf9
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 @@ -45,7 +45,7 @@ manager: generate fmt vet

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate manifests
go run ./main.go
go run .

# Creates the single file to install Capsule without any external dependency
installer: manifests kustomize
Expand Down

0 comments on commit f92acf9

Please sign in to comment.