Skip to content

Commit 9f7221c

Browse files
author
olegs-codefresh
committed
Add more information when programm is done
1 parent e9dff1a commit 9f7221c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create-clusters.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ func create(cli *cli.Context) {
7676
logger.Warn(msg)
7777
continue
7878
}
79-
logger.Info(fmt.Sprintf("%s\n\n", string(body)))
79+
logger.Warn(fmt.Sprintf("Added!\n%s\n\n", string(body)))
8080
}
81+
log.Info("Operation is done, check your account setting")
8182
}
8283

8384
func addCluser(host string, contextName string, token []byte, crt []byte) ([]byte, error) {

0 commit comments

Comments
 (0)