fix missing s in interpret-trailers command

This commit is contained in:
Gaëtan Lehmann 2025-03-21 22:19:31 +01:00
parent 4fa16dd16f
commit 2ae16cbb85
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ import (
)
var interpretTrailerCmd = &cobra.Command{
Use: "interpret-trailer",
Use: "interpret-trailers",
Short: "Add or parse structured information in commit messages",
Run: func(cmd *cobra.Command, args []string) {},
GroupID: groups[group_low_level_helper].ID,