From 3fb5339ef59b5f3e392f6bfab2e3df18ba5dfb38 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 28 Jan 2024 11:49:29 +0300 Subject: [PATCH 1/2] Update Dockerfile (#44) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70d5a0e..5c78696 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk --update add ca-certificates FROM bash:latest COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt -COPY --from=build /go/bin/transmission-telegram / +COPY --from=build /go/src/transmission-telegram/main /transmission-telegram RUN chmod 777 transmission-telegram -ENTRYPOINT ["/transmission-telegram"] \ No newline at end of file +ENTRYPOINT ["/transmission-telegram"] From dd216f3de6cd8896fefa37df21c3f6de741f33b2 Mon Sep 17 00:00:00 2001 From: jensaymoo <45825226+jensaymoo@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:02:58 +0300 Subject: [PATCH 2/2] Update main.go (#45) fixed *downs* command in help message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 38ba90c..b1b43a9 100644 --- a/main.go +++ b/main.go @@ -31,7 +31,7 @@ const ( *tail* or *ta* Lists the last n number of torrents, n defaults to 5 if no argument is provided. - *down* or *dl* + *downs* or *dl* Lists torrents with the status of _Downloading_ or in the queue to download. *seeding* or *sd*