diff --git a/manifests/init.pp b/manifests/init.pp
index 5afc44923fa90a4c1dcd0c8d1c6886130af193e5..60eaaf3da47b328c587b5eb0ad128cee3d3ffbf3 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',