diff --git a/scripts/run_Advisory_Processor.sh b/scripts/run_Advisory_Processor.sh
index 79bc07041eebab2d376f523f0d814d13095c4d55..1e228cc4bc6a4a33b870393c0dd9705485c3b585 100755
--- a/scripts/run_Advisory_Processor.sh
+++ b/scripts/run_Advisory_Processor.sh
@@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh
 
 setup_virtual_env
 
-python "${proc_path}"/../coordinator/processor_advisory_py "$@"
+python "${proc_path}"/../coordinator/processor_advisory.py "$@"
 exit_code=$?
 
 teardown_virtual_env