mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix: move the correct file over
This commit is contained in:
committed by
GitHub
parent
c19cb81c4b
commit
7cfabe1322
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user