Skip to content

Commit

Permalink
Fix little variable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
astoycos committed May 5, 2020
1 parent 619982c commit de8504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/knative-setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit de8504b

Please sign in to comment.