Skip to content

Commit 3d05f48

Browse files
author
Oleg Sucharevich
committed
update readme
1 parent f400981 commit 3d05f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222
path := fmt.Sprintf("%s/.cfconfig", os.Getenv("HOME"))
2323
options := utils.ReadAuthContext(path, "")
2424
cf := codefresh.New(options)
25-
cf.GetPipelines()
25+
cf.Pipelines().List()
2626
}
2727
```
2828

0 commit comments

Comments
 (0)