Skip to content

Commit

Permalink
Add more aliases for config trusted-builder, upon user research"
Browse files Browse the repository at this point in the history
Signed-off-by: David Freilich <dfreilich@vmware.com>
  • Loading branch information
dfreilich committed Dec 10, 2020
1 parent 1c537c3 commit e925edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/config_trusted_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func ConfigTrustedBuilder(logger logging.Logger, cfg config.Config, cfgPath stri
cmd := &cobra.Command{
Use: "trusted-builders",
Short: "Interact with trusted builders",
Aliases: []string{"trusted-builder"},
Aliases: []string{"trusted-builder", "trust-builder", "trust-builders"},
RunE: logError(logger, func(cmd *cobra.Command, args []string) error {
listTrustedBuilders(args, logger, cfg)
return nil
Expand Down

0 comments on commit e925edf

Please sign in to comment.