Merge pull request #1 from e11it/e11it-patch-1

Update plugin.py
This commit is contained in:
e11it 2020-03-02 09:18:26 +03:00 committed by GitHub
commit 462099d906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class VaultDestinationPlugin(DestinationPlugin):
path = "{0}/{1}".format(path, obj_name)
else:
path = "{0}/{1}".format(path, cname)
if suffix:
path = "{0}/{1}".format(path, suffix)