diff --git a/Scripts/Bash/Functions/Identity/identity_renderFormats.sh b/Scripts/Bash/Functions/Identity/identity_renderFormats.sh index 65a9c30..7712dc9 100644 --- a/Scripts/Bash/Functions/Identity/identity_renderFormats.sh +++ b/Scripts/Bash/Functions/Identity/identity_renderFormats.sh @@ -30,7 +30,7 @@ function identity_renderFormats { # Get image formats. - local FORMATS=$(identity_getConfigOption "$2" '2-') + local FORMATS=$(identity_getConfigOption "$ACTION" '2-') # Check base file existence. if [[ -f ${FILE}.png ]];then