diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-13 16:19:57 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-13 16:19:57 +0100 |
commit | f562569ea87f8e5c2a7e611dfe61290df597b7c1 (patch) | |
tree | 1d37aa665949302ccde2e025dbd9d1aa40d83528 /utility/trunc_and_populate.sh | |
parent | e3b629fe001c75caca0f430ee5137305e4386af7 (diff) |
removed redundant argument from populate function
Diffstat (limited to '')
-rwxr-xr-x | utility/trunc_and_populate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/trunc_and_populate.sh b/utility/trunc_and_populate.sh index 8ac3a4f..40c049b 100755 --- a/utility/trunc_and_populate.sh +++ b/utility/trunc_and_populate.sh @@ -6,4 +6,4 @@ sudo -u postgres psql -f utility/truncate_script.sql ctrack sleep 1 echo "Populating the database with test data." -python manage.py populate_db 20 +python manage.py populate_db |