Skip to content

Commit

Permalink
flarectl: fix duplicate alias in zone subcommand
Browse files Browse the repository at this point in the history
check and certs were both aliased to "c"
  • Loading branch information
thomasqueirozb committed Jan 18, 2024
1 parent c3ac69e commit c68615f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flarectl/flarectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func main() {
},
{
Name: "certs",
Aliases: []string{"c"},
Aliases: []string{"ct"},
Action: zoneCerts,
Usage: "Custom SSL certificates for a zone",
},
Expand Down

0 comments on commit c68615f

Please sign in to comment.