From 717a4793f7ce2c4be78a24098b52dc625c1c1db7 Mon Sep 17 00:00:00 2001 From: mavlonerkinboev Date: Sat, 7 Aug 2021 00:38:15 +0500 Subject: Fixed name of class --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a59d9e8..38df64b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: java -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 -cp /app/src/main/java/com/mavlonerkinboev/animarfo/telegram/bot com.mavlonerkinboev.animarfo.telegram.bot.Bot \ No newline at end of file +worker: java -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 -cp /app/src/main/java/com/mavlonerkinboev/animarfo/telegram/bot Bot \ No newline at end of file -- cgit v1.2.3