Skip to content

Commit

Permalink
add period for consistency in help text (mattermost#24648)
Browse files Browse the repository at this point in the history
Automatic Merge
  • Loading branch information
lieut-data authored Sep 29, 2023
1 parent 2d9e010 commit 460fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 460fa05

Please sign in to comment.