Skip to content

Commit

Permalink
chore: Cloud Run -> Run (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Jul 20, 2023
1 parent 8c71006 commit f12d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ func Command() *cli.Command {
return &cli.Command{ //nolint:exhaustruct
Name: "run",
Aliases: []string{},
Usage: "Perform operations on Nhost Cloud Run",
Usage: "Perform operations on Nhost Run",
Subcommands: []*cli.Command{
CommandConfigDeploy(),
CommandConfigEditImage(),
Expand Down

0 comments on commit f12d071

Please sign in to comment.