diff --git a/scripts/run_Survey_Processor.sh b/scripts/run_Survey_Processor.sh
index 2e7b76c6fa85cc89cccf1b451d743b4be674895b..e74a0beeb2fdb0f083ab6d794533b0a745b89c15 100644
--- a/scripts/run_Survey_Processor.sh
+++ b/scripts/run_Survey_Processor.sh
@@ -6,7 +6,7 @@ source "${proc_path}"/run_utils.sh
 
 setup_conda_env
 
-python "${proc_path}"/../coordinator/ProcessorSurvey.py "$@"
+python "${proc_path}"/../coordinator/ProcessorSurveys.py "$@"
 exit_code=$?
 
 teardown_conda_env