Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 19, 2018
1 parent a1260e5 commit fe0bf53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/serviceconfiguration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1148,11 +1148,11 @@ service is expected to return a HTTP 302 Redirect response which CLAM will subse

.. code-block:: python
FORWARDERS = [
Forwarder(id="some_remote_service",name="Some Remote service",type="zip", description="",
url="https://remote.service.com/?downloadarchive=$BACKLINK"
)
]
FORWARDERS = [
Forwarder(id="some_remote_service",name="Some Remote service",type="zip", description="",
url="https://remote.service.com/?downloadarchive=$BACKLINK"
)
]
.. note::

Expand Down

0 comments on commit fe0bf53

Please sign in to comment.