Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 DEBUG: see how prow behaves #2951

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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