fix: move the correct file over

This commit is contained in:
Jose Diaz-Gonzalez
2026-01-04 02:42:21 -05:00
committed by GitHub
parent c19cb81c4b
commit 7cfabe1322

View File

@@ -183,5 +183,5 @@ cron_run_wrapper() {
[[ -z "$APP" ]] && local APP="$TEST_APP"
add_requirements_txt "$APP" "$APP_REPO_DIR"
mv -f "$APP_REPO_DIR/app-cron-cnb.json" "$APP_REPO_DIR/app.json"
mv -f "$APP_REPO_DIR/app-cnb-cron.json" "$APP_REPO_DIR/app.json"
}