Skip to content

Commit 9f612ed

Browse files
committed
Updatge message
1 parent c1deb2e commit 9f612ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

pkg/reporter/reporter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ func (r *reporter) AddToReport(contextName string, status string, message string
4141
func (r *reporter) Print() {
4242
for _, d := range r.data {
4343
if d.status == SUCCESS {
44-
fmt.Printf("Context %s created\n", d.name)
44+
fmt.Printf("Kubernetes context %s added to Codefresh\n", d.name)
4545
continue
4646
}
4747

4848
if d.status == FAILED {
49-
fmt.Printf("Failed to create context %s.%s\n", d.name, d.message)
49+
fmt.Printf("Failed to add Kubernetes context %s to Codefresh.%s\n", d.name, d.message)
5050
continue
5151
}
5252
}

0 commit comments

Comments
 (0)