Skip to content

Commit

Permalink
Merge branch 'master' into ci/build-brig
Browse files Browse the repository at this point in the history
  • Loading branch information
krancour authored May 26, 2020
2 parents bd88bca + c362803 commit ceb24f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brig/cmd/brig/commands/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func checkBrigadeSystem() error {
}

if !apiDeploymentFound {
fmt.Printf("Info: Brigade API Server Deployment not found")
fmt.Println("Info: Brigade API Server Deployment not found")
}
if !controllerDeploymentFound {
fmt.Println("Error: Brigade Controller Deployment not found")
Expand Down Expand Up @@ -114,7 +114,7 @@ func checkBrigadeSystem() error {
}

func reportDeployStatus(deployment apps_v1.Deployment, name string) {
fmt.Print(deployment, name)
fmt.Print(getDeployStatusString(deployment, name))
}

func getDeployStatusString(deployment apps_v1.Deployment, name string) string {
Expand Down

0 comments on commit ceb24f1

Please sign in to comment.