2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Remove comment line in Makefile which doesn't play nice on Windows

This commit is contained in:
Oliver Walters 2019-04-26 18:51:37 +10:00
parent 19001b98f7
commit 14e9b71ebb

View File

@ -24,8 +24,6 @@ migrate:
install:
pip install -U -r requirements/base.txt
# Generate a secret key
python InvenTree/key.py
setup: install migrate