add period for consistency in help text (#24648)

Automatic Merge
This commit is contained in:
Jesse Hallam
2023-09-29 11:41:53 -03:00
committed by GitHub
parent 2d9e0108e8
commit 460fa05eb9

View File

@@ -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 \