1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Fix rescheduler main package.

This commit is contained in:
Avesh Agarwal
2017-07-30 12:27:37 -04:00
parent cbbb8c0615
commit d390095f4e

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"os"
"github.com/aveshagarwal/rescheduler/cmd/rescheduler/app/"
"github.com/aveshagarwal/rescheduler/cmd/rescheduler/app"
)
func main() {