Update heroku-postgresql to be plan agnostic

This will result in selecting the lowest level plan for the add-on as opposed to a hard coded one which may change.
This commit is contained in:
Craig Kerstiens
2015-11-19 12:05:36 -08:00
parent 46ecf15337
commit ea5bc23a76
+1 -1
View File
@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then
cat <<EOF
addons:
heroku-postgresql:hobby-dev
heroku-postgresql
EOF
fi