Skip to content

Commit

Permalink
Fix README and bump to 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Mar 22, 2023
1 parent 81caa53 commit 4a69c44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ docker pull fnndsc/pflog

### Script mode

To use `pflog` in script mode you simply call the script with appropriate arguments (and of course this assumes you have a server isntance at the `$PFTEL` location)
To use `pflog` in script mode you simply call the script with appropriate arguments (and of course this assumes you have a server instance at the `$PFTEL` location)

```bash
export PFTEL=http://localhost:22223 # obviously change this as needed
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -44,7 +44,7 @@ Script mode

To use ``pflog`` in script mode you simply call the script with
appropriate arguments (and of course this assumes you have a server
isntance at the ``$PFTEL`` location)
instance at the ``$PFTEL`` location)

.. code:: bash
Expand Down
2 changes: 1 addition & 1 deletion pflog/pflog.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
__version__ = '1.2.14'
__version__ = '1.2.16'

from pathlib import Path

Expand Down

0 comments on commit 4a69c44

Please sign in to comment.