Fix typo
This commit is contained in:
parent
729ed3843d
commit
ba8e315eed
|
@ -312,10 +312,10 @@ class VaultDestinationPlugin(DestinationPlugin):
|
|||
C=c
|
||||
)
|
||||
|
||||
path = "{0}/{1}".format(t_path, obj_name)
|
||||
path = "{0}/{1}".format(t_path, f_obj_name)
|
||||
# TODO: obj_name support for vars
|
||||
|
||||
secret_t = get_secret(client, mount, path)
|
||||
secret = get_secret(client, mount, path)
|
||||
secret["data"][cname] = {}
|
||||
|
||||
if not cert_chain:
|
||||
|
|
Loading…
Reference in New Issue