aboutsummaryrefslogtreecommitdiffstats
path: root/utility/trunc_and_populate.sh
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-13 16:19:57 +0100
committerMR Lemon <matt@matthewlemon>2020-05-13 16:19:57 +0100
commitf562569ea87f8e5c2a7e611dfe61290df597b7c1 (patch)
tree1d37aa665949302ccde2e025dbd9d1aa40d83528 /utility/trunc_and_populate.sh
parente3b629fe001c75caca0f430ee5137305e4386af7 (diff)
removed redundant argument from populate function
Diffstat (limited to '')
-rwxr-xr-xutility/trunc_and_populate.sh2
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