From e5c2d675e68c4df94a9d3b0df48f8feb5ec9c1ab Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 4 Nov 2020 12:13:25 +0100
Subject: [PATCH] corrected typo

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 50ad158..1299f19 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ git_tutorial_gitignore.pdf: git_tutorial_gitignore.md
 	sed -i '3s/.*/% $(BLA)/' $<
 	pandoc -s $(BEAMEROPTIONS) -o $@ $<
 
-deploy: default
+deploy: all
 	mkdir -p git_tuto
 	cp *.pdf git_tuto
 
-- 
GitLab