Fix typo
diff --git a/pkg/cmd/get.go b/pkg/cmd/get.go
index bf0f130..8d963ed 100644
--- a/pkg/cmd/get.go
+++ b/pkg/cmd/get.go
@@ -41,7 +41,7 @@
 	cmd := cobra.Command{
 		Use:     "get [integration]",
 		Short:   "Get integrations deployed on Kubernetes",
-		Long:    `Get the status of integrations deployed on on Kubernetes.`,
+		Long:    `Get the status of integrations deployed on Kubernetes.`,
 		PreRunE: decode(&options),
 		RunE:    options.run,
 	}