From 1fafb9caf6c3467aa372d754d41a791aaaf67cf0 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 20 Jun 2020 11:35:18 +0200 Subject: [PATCH] Update 'Makefile' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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