Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 committed Feb 9, 2024
1 parent 385c9d9 commit 51e3f59
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 @@ -534,7 +534,7 @@ clean:

.PHONY: run
run:
go run -mod=vendor ./cmd/ui-server run \
go run -mod=vendor ./cmd/kube-ui-server run \
--v=3 \
--secure-port=8443 \
--kubeconfig=$(KUBECONFIG) \
Expand Down

0 comments on commit 51e3f59

Please sign in to comment.