From 85a7161357143c5b5bd263cb97fe996fd0718a2e Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Fri, 27 Oct 2017 10:58:18 +0200
Subject: [PATCH] Fix syntax error in drush.yml template

---
 templates/drush.yml.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/drush.yml.twig b/templates/drush.yml.twig
index 379175f..4d920a8 100644
--- a/templates/drush.yml.twig
+++ b/templates/drush.yml.twig
@@ -1,5 +1,5 @@
 options:
-  uri: 'http://{{ projectname }}.docker.localhost:8000';
+  uri: 'http://{{ projectname }}.docker.localhost:8000'
 command:
   sql:
     options:
-- 
GitLab