diff --git a/reference/functions/getacls.markdown b/reference/functions/getacls.markdown index 1d234908b..928ee99a8 100644 --- a/reference/functions/getacls.markdown +++ b/reference/functions/getacls.markdown @@ -35,9 +35,9 @@ bundle agent __main__ { vars: "default_acls" - string => getacls("/tmp/foo/", "default"); + slist => getacls("/tmp/foo/", "default"); "access_acls" - string => getacls("/tmp/bar", "access"); + slist => getacls("/tmp/bar", "access"); } ```