diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh
index 2709b46..d71ad4c 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh
@@ -31,6 +31,6 @@ function render_loadConfig {
 
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
-    ACTIONS[1]='POST:renderBrands: tif xpm pdf ppm'
+    ACTIONS[1]='LAST:renderBrands'
 
 }