diff --git a/Makefile b/Makefile index 4fe8a33..e424001 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ default: update update: - git pull && source venv/bin/activate && python scripts/pulltasks.py \ No newline at end of file + git pull && source venv/bin/python && python scripts/pulltasks.py \ No newline at end of file