Skip to content

Commit 06336cc

Browse files
authored
Remove EULA notice (#901)
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
1 parent d39178e commit 06336cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/flags.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ func initConfig(ctx *cli.Context) error {
230230

231231
func displayCopyright(ctx *cli.Context) error {
232232
fmt.Fprintf(ctx.App.Writer, "k0sctl %s Copyright 2023, k0sctl authors.\n", k0sctl.Version)
233-
fmt.Fprintln(ctx.App.Writer, "By continuing to use k0sctl you agree to these terms:")
234-
fmt.Fprintln(ctx.App.Writer, "https://k0sproject.io/licenses/eula")
235233
return nil
236234
}
237235

0 commit comments

Comments
 (0)