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