diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 00:38:15 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 00:38:15 +0500 |
commit | 717a4793f7ce2c4be78a24098b52dc625c1c1db7 (patch) | |
tree | 59b8a58fbe3eb5a57187feb54944b77a496807ac | |
parent | b171f6d98fec3a6a3eb442982131e321a74e0402 (diff) |
Fixed name of class
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |