diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-24 20:38:43 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-24 20:38:43 +0000 |
commit | 2fe2c0515fa5ed4b39d90108087f5685ac077cd2 (patch) | |
tree | 5f10d0fbcd39a3c969de751980fb9e5ff7fe4b1f /pre-run.sh | |
parent | ecbef84c37dcca5b879484e5a3c048197015f7d9 (diff) | |
download | troggle-2fe2c0515fa5ed4b39d90108087f5685ac077cd2.tar.gz troggle-2fe2c0515fa5ed4b39d90108087f5685ac077cd2.tar.bz2 troggle-2fe2c0515fa5ed4b39d90108087f5685ac077cd2.zip |
update push procedure and fix order in pathsreport
Diffstat (limited to 'pre-run.sh')
-rwxr-xr-x | pre-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,3 +21,4 @@ python3 manage.py check -v 3 --deploy 2>security-warnings.txt >/dev/null python3 manage.py check -v 3 --deploy echo "" echo `tail -1 lines-of-python.txt` non-comment lines of python. +echo `tail -1 lines-of-templates.txt` non-comment lines of HTML templates. |