From 41f10d6d71995523f0ffc19e4b9bf337368c3c3e Mon Sep 17 00:00:00 2001
From: Nils Olof Paulsson <nils.olof.paulsson@liu.se>
Date: Thu, 23 Jul 2020 14:37:17 +0200
Subject: [PATCH] fix typo

---
 manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 5afc449..60eaaf3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -131,7 +131,7 @@ class aim_control(
   }
 
   -> vcsrepo { '/var/www/skadereg':
-    ensure   => latest
+    ensure   => latest,
     before   => File['/var/www/skadereg/public'],
     provider => git,
     source   => 'git@gitlab.liu.se:aim-control/laravel.git',
-- 
GitLab