From de8504baa1cec13a4d4abfb955f355b84f866371 Mon Sep 17 00:00:00 2001 From: astoycos Date: Tue, 5 May 2020 18:04:43 -0400 Subject: [PATCH] Fix little variable bug --- cmd/knative-setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {