Skip to content

Commit

Permalink
Fix go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Sep 3, 2018
1 parent 8d5e891 commit fdacad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ before_install:
script:
- govendor status
- diff -u <(echo -n) <(gofmt -d $(git ls-files '*.go' | grep -v ^vendor/))
- go vet
- go vet ./...
- go test -race ./...
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 fdacad2

Please sign in to comment.