diff --git a/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py b/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py
index 046b2a69b8eaf462191bf8e9e09cc12b14ad9f9b..a4cca7049e9a4b9d5d62d55aed2d714d2980f0a6 100644
--- a/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py
+++ b/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py
@@ -49,7 +49,7 @@ NGASHOSTARR=(`/bin/echo ${NGASHOSTSTR}`) # Put the space-delimited host list int
 NGASHOSTLEN=${#NGASHOSTARR[@]}
 
 # Copy from the difx area to the Workspaces staging area
-WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.vlbiStagingDirectory)
+WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.stagingDirectory)
 /bin/cp -r $1 $WSSTAGINGDIR
 
 OBSDIR=$(/bin/basename $1)