diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-30 12:08:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-30 12:08:28 +0100 |
commit | 100ac5294917b20454b38673f8397dd299c1f103 (patch) | |
tree | e91243cdd335eb791caf84af73a5cb907b9be439 /scripts | |
parent | Fix typo (diff) | |
download | toy-100ac5294917b20454b38673f8397dd299c1f103.zip |
Fix setup filter
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index d1bd099..999264d 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -65,7 +65,7 @@ return new Object() { .collect { s -> Eval.me(s.text)(toy); } - .findAll { }; + .findAll { p -> p }; }; // Utils |