diff --git a/src/DGM/Provider/BaseControllerProvider.php b/src/DGM/Provider/BaseControllerProvider.php
index 76ef195..7809b73 100644
--- a/src/DGM/Provider/BaseControllerProvider.php
+++ b/src/DGM/Provider/BaseControllerProvider.php
@@ -44,7 +44,7 @@ public function connect(Application $app)
$controllers->post('/deploy', function(Request $request) use ($app) {
$auth = $request->get('auth');
-
+
$branch = trim($app['config']['branch']);
if ($auth !== 'ac2aa55ec8adecc56501fc32cc22ec38'){
$app['monolog']->addInfo("Rejected deploy with bad auth: {$auth}");
diff --git a/templates/index.twig b/templates/index.twig
index af2802b..b8840da 100644
--- a/templates/index.twig
+++ b/templates/index.twig
@@ -16,8 +16,8 @@
-
-
+
+