Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #20 from ericchiang/readme-fix
Browse files Browse the repository at this point in the history
README fix in code
  • Loading branch information
ericchiang committed Jan 17, 2017
2 parents fe577ac + d9496cb commit 7625b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func main() {
client, err := k8s.InClusterClient()
client, err := k8s.NewInClusterClient()
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 7625b89

Please sign in to comment.