From b9d0ed4f5cefb0e869987e0ccdb683e39451ed5c Mon Sep 17 00:00:00 2001 From: noabody Date: Mon, 19 Apr 2021 09:18:18 -0600 Subject: [PATCH] make_manual.py: fix missing comma for doc build after uptobox merge This fixes a problem introduced in cd69f9e6e8 uptobox: add docs --- bin/make_manual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make_manual.py b/bin/make_manual.py index aeb1eb698..1cfaadbbc 100755 --- a/bin/make_manual.py +++ b/bin/make_manual.py @@ -62,7 +62,7 @@ docs = [ "sftp.md", "sugarsync.md", "tardigrade.md", - "uptobox.md" + "uptobox.md", "union.md", "webdav.md", "yandex.md",