diff --git a/website/scripts/revert.groovy b/website/scripts/revert.groovy index a489175b..be57c76d 100644 --- a/website/scripts/revert.groovy +++ b/website/scripts/revert.groovy @@ -10,6 +10,9 @@ def revert(from, to) { println "[$action] Revert [$from] to [$to]" action.rename(from, to) + + // reset extended attributes + tryQuietly{ to.xattr.clear() } }