From 64cdffc00a21c2451618890969f5d362ef7d7009 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 13 Nov 2023 15:04:14 -0800 Subject: [PATCH] fix groups same as sprouts --- src/content/docs/ingredients/groups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/ingredients/groups.md b/src/content/docs/ingredients/groups.md index ae5cb69..f16754e 100644 --- a/src/content/docs/ingredients/groups.md +++ b/src/content/docs/ingredients/groups.md @@ -11,7 +11,7 @@ Removes a group | _name_ | string | no | The name of the group to remove ```yaml group.absent: - - name: sprout-group + - name: sproutgroup ``` ## **group.exists** @@ -22,7 +22,7 @@ Validates if a group exists | _name_ | string | yes | The group name to check ```yaml group.exists: - - name: sprout-group + - name: sproutgroup ``` ## **group.present** @@ -34,6 +34,6 @@ Creates a group if it does not exist | _gid_ | string | no | The GID of the group to create ```yaml group.present: - - name: sprout-group + - name: sproutgroup - gid: "1107" ```