Move the adapter binary to a separate subdir

This commit is contained in:
Lucas Käldström 2017-06-26 22:09:22 +03:00
parent 365c8fb112
commit a4aac78cca
No known key found for this signature in database
GPG key ID: 600FEFBBD0D40D21
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apiserver/pkg/util/logs"
"github.com/directxman12/k8s-prometheus-adapter/cmd/app"
"github.com/directxman12/k8s-prometheus-adapter/cmd/adapter/app"
)
func main() {