make_manual.py: fix missing comma for doc build after uptobox merge
This fixes a problem introduced in
cd69f9e6e8
uptobox: add docs
This commit is contained in:
parent
baa4c039a0
commit
b9d0ed4f5c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ docs = [
|
||||||
"sftp.md",
|
"sftp.md",
|
||||||
"sugarsync.md",
|
"sugarsync.md",
|
||||||
"tardigrade.md",
|
"tardigrade.md",
|
||||||
"uptobox.md"
|
"uptobox.md",
|
||||||
"union.md",
|
"union.md",
|
||||||
"webdav.md",
|
"webdav.md",
|
||||||
"yandex.md",
|
"yandex.md",
|
||||||
|
|
Loading…
Reference in a new issue