revert root()

This commit is contained in:
2024-12-26 19:53:56 +03:00
parent a184d4fa6f
commit 909bffb94c

View File

@@ -19,7 +19,7 @@ class Platforms {
} }
} }
public def root() {return _root.platforms;} public def root() {return _root;}
public void forEach(Map args, functor) { public void forEach(Map args, functor) {
def prefix = args.stagePrefix ?: "" def prefix = args.stagePrefix ?: ""