From f8dcf69a0bd1714f32caeded2ff79e05d9127423 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 9 Oct 2015 15:17:22 -0300 Subject: [PATCH] Set template encoding as utf-8 --- cookbooks/colab/templates/00-custom_settings.py.erb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/cookbooks/colab/templates/00-custom_settings.py.erb b/cookbooks/colab/templates/00-custom_settings.py.erb index 67881fa..eacd8b2 100644 --- a/cookbooks/colab/templates/00-custom_settings.py.erb +++ b/cookbooks/colab/templates/00-custom_settings.py.erb @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + ## Set to false in production DEBUG = False TEMPLATE_DEBUG = False -- libgit2 0.21.2