diff --git a/shared/workspaces/alembic/versions/13b9b6c84547_revert_vlass_imaging_syntax_changes.py b/shared/workspaces/alembic/versions/13b9b6c84547_revert_vlass_imaging_syntax_changes.py
index c3c29fef3cb69d0f6353f7e0583052f2e2ec5af2..faa59c0716792c97c028cb5880038b9423ffc774 100644
--- a/shared/workspaces/alembic/versions/13b9b6c84547_revert_vlass_imaging_syntax_changes.py
+++ b/shared/workspaces/alembic/versions/13b9b6c84547_revert_vlass_imaging_syntax_changes.py
@@ -33,7 +33,7 @@ def upgrade():
         f"""
         UPDATE workflow_templates
         SET content=E'{set_content('vlass_quicklook', 'envoy_condor_2.8.3.1.txt')}'
-        WHERE filename='vlass_quicklook_envoy.condor' AND workflow_name='vlass_quicklook'
+        WHERE filename='vlass_ql_envoy.condor' AND workflow_name='vlass_quicklook'
         """
     )
     op.execute(