commit
462099d906
|
@ -297,7 +297,7 @@ class VaultDestinationPlugin(DestinationPlugin):
|
||||||
path = "{0}/{1}".format(path, obj_name)
|
path = "{0}/{1}".format(path, obj_name)
|
||||||
else:
|
else:
|
||||||
path = "{0}/{1}".format(path, cname)
|
path = "{0}/{1}".format(path, cname)
|
||||||
|
|
||||||
if suffix:
|
if suffix:
|
||||||
path = "{0}/{1}".format(path, suffix)
|
path = "{0}/{1}".format(path, suffix)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue