dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 2dfd6efbbebc8418ea2c97df648fd199a6154830
parent 355cf47b2bce38a8f67ecd8dc7472845814244fa
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 30 Jan 2023 21:31:53 -0800

fix dry mode

Diffstat:
Mcmd/dkfupload/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/dkfupload/main.go b/cmd/dkfupload/main.go @@ -94,7 +94,7 @@ func main() { } // Init the filedrop and send metadata about the file - { + if !dry { client := doGetClient(isLocal) body := url.Values{} body.Set("fileName", fs.Name())