summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-08-08 02:16:58 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-08-08 02:16:58 +0300
commiteda29d39687fc892e1502c3e6de00470a714be92 (patch)
treed839e672cdc03d0791c14df6e4925b12f4146868
parentc7aca0dfccd0793351985639bc7b5e82da44bd3d (diff)
Fix app.json
-rw-r--r--app.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/app.json b/app.json
index 0006b52..5fc7222 100644
--- a/app.json
+++ b/app.json
@@ -2,7 +2,6 @@
"name": "Heroku Periodical",
"description": "A skeleton app for creating single worker scheduled tasks in Python running on Heroku",
"website": "https://github.com/yuvadm/heroku-periodical",
- "addons": ["redistogo:nano"],
- "env": {},
+ "addons": ["redistogo:nano"]
}