target/oci: OCITargetOptions.FileName -> OCITargetOptions.Filename
The `Filename` is defined in each and every target options. Modify its name in the OCI target to be consistent with all other targets.
This commit is contained in:
parent
40abb32dec
commit
7bfd3aec71
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ type OCITargetOptions struct {
|
|||
User string `json:"user"`
|
||||
Tenancy string `json:"tenancy"`
|
||||
Region string `json:"region"`
|
||||
FileName string `json:"filename"`
|
||||
Filename string `json:"filename"`
|
||||
Fingerprint string `json:"fingerprint"`
|
||||
PrivateKey string `json:"private_key"`
|
||||
Bucket string `json:"bucket"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue