Skip to content

Commit

Permalink
Removed unneccssary DefaultProvision
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv11 committed Jul 26, 2023
1 parent e66a197 commit 6defc98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/yugabytedb/database_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

"github.com/1Password/shell-plugins/sdk"
"github.com/1Password/shell-plugins/sdk/importer"
"github.com/1Password/shell-plugins/sdk/provision"
"github.com/1Password/shell-plugins/sdk/schema"
"github.com/1Password/shell-plugins/sdk/schema/credname"
"github.com/1Password/shell-plugins/sdk/schema/fieldname"
Expand Down Expand Up @@ -43,7 +42,6 @@ func DatabaseCredentials() schema.CredentialType {
Optional: true,
},
},
DefaultProvisioner: provision.NoOp(),
Importer: importer.TryAll(
importer.TryEnvVarPair(DefaultEnvVarMapping),
TryPgPassFile("~/.pgpass"),
Expand Down

0 comments on commit 6defc98

Please sign in to comment.