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