Skip to content

Commit

Permalink
Fix the go vet
Browse files Browse the repository at this point in the history
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 3, 2018
1 parent 82731a5 commit cf92f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/99designs/keyring"
)

func ExampleListCommand() {
func ExampleLsCommand() {
keyringImpl = keyring.NewArrayKeyring([]keyring.Item{
{Key: "llamas", Data: []byte(`{"AccessKeyID":"ABC","SecretAccessKey":"XYZ"}`)},
})
Expand Down

0 comments on commit cf92f12

Please sign in to comment.