summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle McFarland <tfkyle@gmail.com>2018-10-22 07:28:58 -0600
committerKyle McFarland <tfkyle@gmail.com>2018-10-22 07:28:58 -0600
commit31db6bcf9c8a3e3c13ec613571de33dab9a7ba65 (patch)
tree6d860cb6679872c896640f26024ba75044b4bfa4
parent1ad7df976bfff2ed96aee565392421bb5bf66fb3 (diff)
downloadcoding-assignment-31db6bcf9c8a3e3c13ec613571de33dab9a7ba65.zip
coding-assignment-31db6bcf9c8a3e3c13ec613571de33dab9a7ba65.tar.gz
coding-assignment-31db6bcf9c8a3e3c13ec613571de33dab9a7ba65.tar.bz2
Fix a small typo in NEWS.md
Forgot to include procurement in the migrate command, oops
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 91f8fb5..205c637 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -8,7 +8,7 @@ $ `python manage.py migrate`
or manually specify the newest migration for the procurement system with:
-$ `python manage.py migrate 0002_add_representative`
+$ `python manage.py migrate procurement 0002_add_representative`
To update the database.