Change app created flag

This commit is contained in:
Miguel Ángel Martínez Triviño 2016-11-17 18:49:19 -08:00 committed by GitHub
parent 0b052072ad
commit cc4befa689
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fresh_container() {
}
app_present() {
[ -f /app/config/database.yml ]
[ -f /app/config.ru ]
}
gems_up_to_date() {