diff --git a/manifests/tal_cli.pp b/manifests/tal_cli.pp
index a8b4cc33e74e786e16c8bd1f4a0b5423b79a70f4..8ae2468ea6344725252a53b41704877d59132620 100644
--- a/manifests/tal_cli.pp
+++ b/manifests/tal_cli.pp
@@ -34,10 +34,10 @@ class aes::tal_cli(
   }
 
   exec { 'update-tal-repo' :
-    command => '/opt/utils/update_repo.sh /home/examadm/tal-cli/source https://oauth2:glpat-bfpVssm_zFmt1YRW7cLz@gitlab.liu.se/upp-aes/tal-cli.git master',
+    command     => '/opt/utils/update_repo.sh /home/examadm/tal-cli/source https://oauth2:glpat-bfpVssm_zFmt1YRW7cLz@gitlab.liu.se/upp-aes/tal-cli.git master',
     environment => [ 'REPO_ON_UPDATE=/home/examadm/tal-cli/on_update.sh' ],
-    user    => examadm,
-    group   => examadm,
-    cwd     => '/home/examadm/tal-cli',
+    user        => examadm,
+    group       => examadm,
+    cwd         => '/home/examadm/tal-cli',
   }
 }