Skip to content

Commit ada7a7b

Browse files
author
Klaus Ma
authored
Merge pull request #29 from volcano-sh/fix_build
Fixed build error.
2 parents 10ac5a8 + 0d6870b commit ada7a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/scheduler/actions/reclaim/reclaim.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import (
2121

2222
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/api"
2323
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/framework"
24-
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/util"
24+
25+
"volcano.sh/volcano/pkg/scheduler/util"
2526
)
2627

2728
type reclaimAction struct {

0 commit comments

Comments
 (0)