mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
@@ -301,7 +301,7 @@ endif
|
||||
plugin-checker:
|
||||
$(GO) run $(GOFLAGS) ./public/plugin/checker
|
||||
|
||||
prepackaged-plugins: ## Populate the prepackaged-plugins directory
|
||||
prepackaged-plugins: ## Populate the prepackaged-plugins directory.
|
||||
@echo Downloading prepackaged plugins: $(PLUGIN_PACKAGES)
|
||||
mkdir -p prepackaged_plugins
|
||||
@cd prepackaged_plugins && for plugin_package in $(PLUGIN_PACKAGES) ; do \
|
||||
|
||||
Reference in New Issue
Block a user