Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchement committed Dec 29, 2023
1 parent b88a252 commit 601c0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/shigoto/reload/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
// Command launches the deamon subcommand.
Command = &cobra.Command{
Use: "reload",
Short: "Realod Shigoto service",
Short: "Reload Shigoto service",
Args: cobra.NoArgs,
RunE: func(c *cobra.Command, _ []string) (err error) {
if cfg == "" {
Expand Down

0 comments on commit 601c0e0

Please sign in to comment.