We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac7007 commit 0506f4aCopy full SHA for 0506f4a
README.md
@@ -14,14 +14,14 @@ import (
14
"fmt"
15
"os"
16
17
- "github.com/codefresh-io/go-sdk/pkg/util"
+ "github.com/codefresh-io/go-sdk/pkg/utils"
18
"github.com/codefresh-io/go-sdk/pkg/codefresh"
19
)
20
21
func main() {
22
path := fmt.Sprintf("%s/.cfconfig", os.Getenv("HOME"))
23
- authOptions := util.ReadAuthContext(path, "")
24
- cf := codefresh.New(authOptions)
+ options := utils.ReadAuthContext(path, "")
+ cf := codefresh.New(options)
25
cf.GetPipelines()
26
}
27
```
VERSION
@@ -1 +1 @@
1
-0.5.0
+0.5.1
0 commit comments