forked from platypush/platypush
Directory name typo
This commit is contained in:
parent
9d961a265f
commit
1c7ff1d09b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Backends
|
||||||
''')
|
''')
|
||||||
|
|
||||||
for backend in all_backends:
|
for backend in all_backends:
|
||||||
f.write(' platypush/backends/' + backend + '.rst\n')
|
f.write(' platypush/backend/' + backend + '.rst\n')
|
||||||
|
|
||||||
|
|
||||||
generate_plugins_doc()
|
generate_plugins_doc()
|
||||||
|
|
Loading…
Reference in a new issue