Skip to content

Commit

Permalink
fix: failed to make scheduler under flyteadmin (flyteorg#5866)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 authored Oct 23, 2024
1 parent 88aac68 commit 595c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteadmin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ server:

.PHONY: scheduler
scheduler:
go run scheduler/main.go run --server.kube-config ~/.kube/config --config flyteadmin_config.yaml
go run cmd/scheduler/main.go run --server.kube-config ~/.kube/config --config flyteadmin_config.yaml

.PHONY: migrate
migrate:
Expand Down

0 comments on commit 595c552

Please sign in to comment.