Skip to content

Commit a55b114

Browse files
Fix get command
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 6094edc commit a55b114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/service_account/get.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ func newServiceAccountGetCommand(sa *saOption) *cobra.Command {
2525
}
2626

2727
cmd := &cobra.Command{
28-
Use: "create",
29-
Aliases: []string{"c"},
28+
Use: "get",
29+
Aliases: []string{"g"},
3030
RunE: serviceAccountGetRun(opts),
3131
}
3232

0 commit comments

Comments
 (0)