Skip to content

Commit

Permalink
Fix plugin index gen command (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Sep 14, 2023
1 parent 49bbfc5 commit d39047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-plugins-single: ## Builds all plugins only for current GOOS and GOARCH.
##############

gen-plugin-index: ## Generate plugins YAML index file.
go run github.com/kubeshop/botkube/hack -binaries-path "./dist"
go run github.com/kubeshop/botkube/hack -binaries-path "./dist" -use-archive=false
.PHONY: gen-plugin-index

###############
Expand Down

0 comments on commit d39047f

Please sign in to comment.