diff --git a/kube/services/jobs/indexd-single-table-migration-job.yaml b/kube/services/jobs/indexd-single-table-migration-job.yaml index 43e40ac70..37a424560 100644 --- a/kube/services/jobs/indexd-single-table-migration-job.yaml +++ b/kube/services/jobs/indexd-single-table-migration-job.yaml @@ -76,7 +76,7 @@ spec: if [[ -n "$START_DID" ]]; then flags="$flags --start-did $START_DID" fi - time peotry run python /indexd/bin/migrate_to_single_table.py $flags + time poetry run python /indexd/bin/migrate_to_single_table.py $flags echo "Exit code: $?" restartPolicy: Never