diff --git a/Scripts/Bash/Cli/Functions/Identity/identity_renderPostActions.sh b/Scripts/Bash/Cli/Functions/Identity/identity_renderPostActions.sh index 9fcf788..684d109 100755 --- a/Scripts/Bash/Cli/Functions/Identity/identity_renderPostActions.sh +++ b/Scripts/Bash/Cli/Functions/Identity/identity_renderPostActions.sh @@ -33,11 +33,11 @@ function identity_renderPostActions { case "${ACTION}" in renderFormats:* ) - identity_renderFormats + identity_renderFormats ;; - groupByType:* ) - identity_renderGroupByType + groupByFormat:* ) + identity_renderGroupByType ;; esac