From 8cc01e7710a7db575918e77bc21cf0eaab8cf325 Mon Sep 17 00:00:00 2001 From: Alex Ji Date: Mon, 16 May 2022 10:34:30 +0800 Subject: [PATCH] remove redundant https:// Signed-off-by: Alex Ji --- pkg/cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/cmd.go b/pkg/cmd/cmd.go index b56b836..fae07e7 100644 --- a/pkg/cmd/cmd.go +++ b/pkg/cmd/cmd.go @@ -30,7 +30,7 @@ func NewCommand(in io.Reader, out, errout io.Writer) *cobra.Command { ofn controller the openfunction manager. Find more information at: - https://https://github.com/OpenFunction/OpenFunction/blob/main/README.md + https://github.com/OpenFunction/OpenFunction/blob/main/README.md `, Run: func(cmd *cobra.Command, args []string) { cmd.Help()