Fix typo in name afftereffects -> aftereffects

This commit is contained in:
Roy Nieterau 2022-02-20 20:20:23 +01:00
parent 1bd39c9b2d
commit ebde6ced09
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
"blender",
"photoshop",
"tvpaint",
"afftereffects"
"aftereffects"
]
def execute(self):

View file

@ -19,7 +19,7 @@ class CopyTemplateWorkfile(PreLaunchHook):
# Before `AddLastWorkfileToLaunchArgs`
order = 0
app_groups = ["blender", "photoshop", "tvpaint", "afftereffects"]
app_groups = ["blender", "photoshop", "tvpaint", "aftereffects"]
def execute(self):
"""Check if can copy template for context and do it if possible.