diff --git a/src/org/SHS/Platforms.groovy b/src/org/SHS/Platforms.groovy index 3218080..8564edc 100644 --- a/src/org/SHS/Platforms.groovy +++ b/src/org/SHS/Platforms.groovy @@ -19,7 +19,7 @@ class Platforms { } } - public def root() {return _root.platforms;} + public def root() {return _root;} public void forEach(Map args, functor) { def prefix = args.stagePrefix ?: ""