Skip to content

Commit

Permalink
Allow for new line rather than space in version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc authored Apr 30, 2021
1 parent 2e4bd3b commit 6d05a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "Good, RST options appear in the help text."
echo "=============="
echo "Version string"
echo "=============="
flake8 --version | grep "rst-docstrings: "
flake8 --version | grep "rst-docstrings:"
echo "Good, appears in the flake8 version string."

echo "============"
Expand Down

0 comments on commit 6d05a8a

Please sign in to comment.