diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index dc0b3ee..b1403ce 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -18,11 +18,11 @@ local util = { ret else local ret(object) = compose( - utils.tail( + util.tail( functions, ) )( - utils.head( + util.head( functions, )(object) );