Update constructor function name

This commit is contained in:
Volodymyr Zotov
2025-06-16 19:45:23 -05:00
parent 475860a364
commit cff4d194ba
2 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ func main() {
}
// Setup One Password Client
opClient, err := opclient.NewClient(version.OperatorVersion)
opClient, err := opclient.NewFromEnvironment(version.OperatorVersion)
if err != nil {
setupLog.Error(err, "unable to create 1Password client")
os.Exit(1)