summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-08-07 00:39:56 +0500
committermavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-08-07 00:39:56 +0500
commit1479684bb457bb1cadd6fda516a063188c58fdc8 (patch)
tree2a6f40808d254749c7e7b815a12c5bc661805452 /Procfile
parent717a4793f7ce2c4be78a24098b52dc625c1c1db7 (diff)
Fixed name of class
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 38df64b..a59d9e8 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 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 com.mavlonerkinboev.animarfo.telegram.bot.Bot \ No newline at end of file