From 63bc184eab6a1bf791f9a2b265b65b157f29fa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Boros?= Date: Thu, 23 Jun 2022 16:22:38 +0200 Subject: [PATCH] chore: remove extra empty line --- tutor/templates/hooks/lms/init | 1 - 1 file changed, 1 deletion(-) diff --git a/tutor/templates/hooks/lms/init b/tutor/templates/hooks/lms/init index 348b493..88c9462 100644 --- a/tutor/templates/hooks/lms/init +++ b/tutor/templates/hooks/lms/init @@ -43,4 +43,3 @@ fi # Create waffle switches to enable some features, if they have not been explicitly defined before # Completion tracking: add green ticks to every completed unit (./manage.py lms waffle_switch --list | grep completion.enable_completion_tracking) || ./manage.py lms waffle_switch --create completion.enable_completion_tracking on -