Skip to content
Snippets Groups Projects
Commit 2f335586 authored by Angus Lees's avatar Angus Lees Committed by GitHub
Browse files

Merge pull request #101 from anguslees/breakfix

fix integration tests
parents d6237bf8 57a195b3
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ func runKubecfgWith(flags []string, input []runtime.Object) error {
args := []string{}
args = append(args, flags...)
args = append(args, "-f")
args = append(args, fname)
fmt.Fprintf(GinkgoWriter, "Running %q %q\n", *kubecfgBin, args)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment