From f87a14f0b95a2bdd92c9af38da6a691d80596a4e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 15 May 2015 21:55:05 -0700 Subject: [PATCH] Rename worker -> ebooks in Profile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 444e15e..82525ca 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: bundle exec ebooks start +ebooks: bundle exec ebooks start