From 2fb5dcabff165876adc13e5e6c109cfd4305d4d1 Mon Sep 17 00:00:00 2001 From: Lukasz Szaszkiewicz Date: Tue, 6 Feb 2018 09:17:10 +0100 Subject: [PATCH] running dep ensure is enough. (#69) 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. --- test/tools/verify/cmd/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tools/verify/cmd/main.go b/test/tools/verify/cmd/main.go index 205996d8d..adb1c7bd5 100644 --- a/test/tools/verify/cmd/main.go +++ b/test/tools/verify/cmd/main.go @@ -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