We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1751e7 + 6f86ad4 commit 7857aebCopy full SHA for 7857aeb
1 file changed
api/models.py
@@ -993,7 +993,7 @@ def _etcd_publish_domains(**kwargs):
993
def _etcd_purge_domains(**kwargs):
994
domain = kwargs['instance']
995
try:
996
- _etcd_client.delete('/deis/certs/{}'.format(domain),
+ _etcd_client.delete('/deis/domains/{}'.format(domain),
997
prevExist=True, dir=True, recursive=True)
998
except KeyError:
999
pass
0 commit comments