Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed May 12, 2023
1 parent 2b383ed commit 4738c36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# <img alt="Logo" width="80px" src="./contrib/logo/blue-green.png" style="vertical-align: middle;" /> kcp

Test

## Overview

kcp is a Kubernetes-like control plane focusing on:
Expand Down
2 changes: 1 addition & 1 deletion cmd/kcp/kcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 4738c36

Please sign in to comment.