Skip to content

Commit

Permalink
ft(workflow): add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul0tripathi committed Feb 11, 2023
1 parent 37856c5 commit 3c2b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
{
Name: "init",
Aliases: []string{"i"},
Usage: "initialize the clipd setup",
Usage: "initialise the clipd setup",
Action: func(cCtx *cli.Context) error {
initd()
return nil
Expand Down

0 comments on commit 3c2b49c

Please sign in to comment.