diff --git a/cmd/knative-setup.go b/cmd/knative-setup.go index ab469bb..af54749 100644 --- a/cmd/knative-setup.go +++ b/cmd/knative-setup.go @@ -208,7 +208,7 @@ Cobra is a CLI library for Go that empowers applications. This application is a tool to generate the needed files to quickly create a Cobra application.`, Run: func(cmd *cobra.Command, args []string) { - if status { + if status == true { log.Println("Checking on knative Eventing and Serving download status") knativeStatus() } else {