Skip to content

Commit

Permalink
fix(cli): command name in help output
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote committed Sep 8, 2024
1 parent 2fba541 commit 96a1a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rp/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var logger *slog.Logger

var rootCmd = &cobra.Command{
Use: "releaser-pleaser",
Use: "rp",
Short: "",
Long: ``,
Version: version(),
Expand Down

0 comments on commit 96a1a59

Please sign in to comment.