Merge branch 'master' into master

pull/20/head
McSly 6 years ago committed by GitHub
commit 17f6a33939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,7 @@ def cleaner_alibabacloud(f):
return f.lower()
def cleaner_oci(f):
f = f.replace("_", "-")
f = f.replace("-grey", "")

Loading…
Cancel
Save