Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 2a5c401

Browse files
authored
Merge pull request #56 from oracle/gb/rename_passphrase
Make consistant config names
2 parents bdb6565 + 2996390 commit 2a5c401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oci/client/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type AuthConfig struct {
4343
CompartmentOCID string `yaml:"compartment"`
4444
UserOCID string `yaml:"user"`
4545
PrivateKey string `yaml:"key"`
46-
PrivateKeyPassphrase string `yaml:"passphase"`
46+
PrivateKeyPassphrase string `yaml:"key_passphase"`
4747
Fingerprint string `yaml:"fingerprint"`
4848
VcnOCID string `yaml:"vcn"`
4949
}

0 commit comments

Comments
 (0)