Skip to content

Commit 3e46c62

Browse files
committed
update banner
1 parent 9efeaf3 commit 3e46c62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/netassert/cli/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ var rootCmd = &cobra.Command{
2121
Short: "NetAssert is a command line utility to test network connectivity between kubernetes objects",
2222
Long: "NetAssert is a command line utility to test network connectivity between kubernetes objects.\n" +
2323
"It currently supports Deployment, Pod, Statefulset and Daemonset.\nYou can check the traffic flow between these objects or from these " +
24-
"objects to a remote host or an IP address.\n\nBuilt by ControlPlane https://control-plane.io",
24+
"objects to a remote host or an IP address.\n\nMade with ❤ by https://control-plane.io/",
2525

26-
Version: fmt.Sprintf("\nBuilt by ControlPlane https://control-plane.io\n"+
26+
Version: fmt.Sprintf("\nMade with ❤ by https://control-plane.io/\n"+
2727
"Version: %s\nCommit Hash: %s\nBuild Date: %s\n",
2828
version, gitHash, buildDate),
2929
}

0 commit comments

Comments
 (0)