From 4738c36e6fa841c5ddde64262edcf9e6277fd952 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Fri, 12 May 2023 14:31:37 +0200 Subject: [PATCH] DEBUG --- README.md | 2 ++ cmd/kcp/kcp.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 419f91dd76c..784cf3bcee5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Logo kcp +Test + ## Overview kcp is a Kubernetes-like control plane focusing on: diff --git a/cmd/kcp/kcp.go b/cmd/kcp/kcp.go index 92d62b2be71..a44d6600126 100644 --- a/cmd/kcp/kcp.go +++ b/cmd/kcp/kcp.go @@ -70,7 +70,7 @@ func main() { cols, _, _ := term.TerminalSize(cmd.OutOrStdout()) - // manually extract root directory from flags first as it influence all other flags + // manually extract root directory from flags first as it influence all other flags test rootDir := ".kcp" for i, f := range os.Args { if f == "--root-directory" {