diff --git a/weekly_routine.sh b/weekly_routine.sh
index 12868895906d43a9c5f86b03df1db5b3fcad7da9..bca794378a81194b030c06ebb2a8fef04fe1f0d1 100644
--- a/weekly_routine.sh
+++ b/weekly_routine.sh
@@ -82,7 +82,7 @@ if [[ "${DATACHANGED}" == "YES" ]]; then
 
 	# reload the ontologies	and extension configuration
 	# JWRN comment: I suspect the sudo here is superfluous as the script is running as root so removed
-	./canto/script/canto_docker ./script/canto_load.pl --process-extension-config --ontology  /import_export/FBbt-GO_test2.obo --ontology    /import_export/fly_development.obo --ontology   /import_export/flybase_controlled_vocabulary.obo
+	./canto/script/canto_docker ./script/canto_load.pl --process-extension-config --ontology  /import_export/FBbt-GO.obo --ontology    /import_export/fly_development.obo --ontology   /import_export/flybase_controlled_vocabulary.obo
 fi
 
 # Function to retry command until sucessful with max number of attempts