From cc34b6a42e12c5d78623a1165aec00568def3e2e Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Thu, 21 Dec 2017 09:10:00 +0100 Subject: [PATCH] Heroku fix --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 491d401..92445a4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: /usr/bin/cargo run --release +worker: target/release/wynnrobot