Skip to content

Commit 434db5d

Browse files
Arunarunsathiya
authored andcommitted
Rename plugin command to flyctl as discussed in PR review
1 parent 8097d41 commit 434db5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
func FlyctlCLI() schema.Executable {
1111
return schema.Executable{
1212
Name: "Flyctl",
13-
Runs: []string{"fly"},
13+
Runs: []string{"flyctl"},
1414
DocsURL: sdk.URL("https://fly.io/docs/flyctl/"),
1515
NeedsAuth: needsauth.NotForHelpOrVersion(),
1616
Uses: []schema.CredentialUsage{

0 commit comments

Comments
 (0)