Skip to content

Commit

Permalink
running dep ensure is enough. (#69)
Browse files Browse the repository at this point in the history
the dep tool should restore vendored packages that we depend on.
There is no need to move the tool to a different location unless we want.
  • Loading branch information
p0lyn0mial committed Feb 6, 2018
1 parent 1717402 commit 2fb5dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tools/verify/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const (
machineReadyCheckTimeout = 5 * time.Minute
)

// TODO(lukasz): put the binary under github.com/kubermatic/machine-controller/tree/master/cmd
func main() {
var manifestPath string
var parameters string
Expand Down

0 comments on commit 2fb5dca

Please sign in to comment.