Skip to content

Commit 0506f4a

Browse files
author
Oleg Sucharevich
committed
fix mistakes in readme
1 parent 2ac7007 commit 0506f4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import (
1414
"fmt"
1515
"os"
1616

17-
"github.com/codefresh-io/go-sdk/pkg/util"
17+
"github.com/codefresh-io/go-sdk/pkg/utils"
1818
"github.com/codefresh-io/go-sdk/pkg/codefresh"
1919
)
2020

2121
func main() {
2222
path := fmt.Sprintf("%s/.cfconfig", os.Getenv("HOME"))
23-
authOptions := util.ReadAuthContext(path, "")
24-
cf := codefresh.New(authOptions)
23+
options := utils.ReadAuthContext(path, "")
24+
cf := codefresh.New(options)
2525
cf.GetPipelines()
2626
}
2727
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

0 commit comments

Comments
 (0)