diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 00:39:56 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-07 00:39:56 +0500 |
commit | 1479684bb457bb1cadd6fda516a063188c58fdc8 (patch) | |
tree | 2a6f40808d254749c7e7b815a12c5bc661805452 /Procfile | |
parent | 717a4793f7ce2c4be78a24098b52dc625c1c1db7 (diff) |
Fixed name of class
Diffstat (limited to 'Procfile')
-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 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 |