fix cache key

This commit is contained in:
Willy Kloucek
2020-11-28 13:24:32 +01:00
parent cba60d73c8
commit a3a6b1206e
+1 -1
View File
@@ -1635,7 +1635,7 @@ def genericCachePurge(name, cache_key):
}
},
'commands': [
'mc rm --force cache/%s' % (cache_key),
'mc rm --recursive --force %s' % (cache_key),
]
},
],