Skip to content

Commit

Permalink
[GH-384] Fix Typo in /gitlab help output for /gitlab pipelines run (#385
Browse files Browse the repository at this point in the history
)
  • Loading branch information
DieAkuteSense committed Jun 28, 2023
1 parent 842c6b3 commit 03e6909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const commandHelp = `* |/gitlab connect| - Connect your Mattermost account to yo
* label:"<labelname>" - must include "merges" or "issues" in feature list when using a label
* Defaults to "merges,issues,tag"
* |/gitlab subscriptions delete owner/repo| - Unsubscribe the current channel from a repository
* |/gitlab pipeline run [owner]/repo [ref]| - Run a pipeline for specific repository and ref (branch/tag)
* |/gitlab pipelines run [owner]/repo [ref]| - Run a pipeline for specific repository and ref (branch/tag)
* |/gitlab me| - Display the connected GitLab account
* |/gitlab settings [setting] [value]| - Update your user settings
* |setting| can be "notifications" or "reminders"
Expand Down

0 comments on commit 03e6909

Please sign in to comment.