Skip to content

Commit d2b0e8e

Browse files
committed
Rename awslogsCLI function for consistency
The other CLI functions use capitalized CLI, I've renamed this function to do the same for consistency.
1 parent f2ce41e commit d2b0e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/aws/awslogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/1Password/shell-plugins/sdk/schema/credname"
88
)
99

10-
func awslogsCli() schema.Executable {
10+
func awslogsCLI() schema.Executable {
1111
return schema.Executable{
1212
Name: "awslogs",
1313
Runs: []string{"awslogs"},

plugins/aws/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func New() schema.Plugin {
2020
AWSCDKToolkit(),
2121
AWSSAMCLI(),
2222
eksctlCLI(),
23-
awslogsCli(),
23+
awslogsCLI(),
2424
},
2525
}
2626
}

0 commit comments

Comments
 (0)