We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 856d2b9 + d2b0e8e commit f3eeb52Copy full SHA for f3eeb52
2 files changed
plugins/aws/awslogs.go
@@ -7,7 +7,7 @@ import (
7
"github.com/1Password/shell-plugins/sdk/schema/credname"
8
)
9
10
-func awslogsCli() schema.Executable {
+func awslogsCLI() schema.Executable {
11
return schema.Executable{
12
Name: "awslogs",
13
Runs: []string{"awslogs"},
plugins/aws/plugin.go
@@ -20,7 +20,7 @@ func New() schema.Plugin {
20
AWSCDKToolkit(),
21
AWSSAMCLI(),
22
eksctlCLI(),
23
- awslogsCli(),
+ awslogsCLI(),
24
},
25
}
26
0 commit comments