aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/alavetelitheme_tasks.rake
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2017-01-19 11:37:48 +0000
committerGareth Rees <gareth@garethrees.co.uk>2017-01-19 11:37:48 +0000
commit64f2f360ec9c27aa9c7545d8ab4678c0af3eaa6c (patch)
tree301c5bf19b6063de21163a572ea4f949c09c67dc /lib/tasks/alavetelitheme_tasks.rake
parentb90f36f350f59b93e5bb59aeb4868205579b0ab9 (diff)
Add encoding line to Ruby files
Fixes https://github.com/mysociety/alavetelitheme/issues/69.
Diffstat (limited to 'lib/tasks/alavetelitheme_tasks.rake')
-rw-r--r--lib/tasks/alavetelitheme_tasks.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/alavetelitheme_tasks.rake b/lib/tasks/alavetelitheme_tasks.rake
index 1f1925b..3744d04 100644
--- a/lib/tasks/alavetelitheme_tasks.rake
+++ b/lib/tasks/alavetelitheme_tasks.rake
@@ -1,3 +1,4 @@
+# -*- encoding : utf-8 -*-
# desc "Explaining what the task does"
# task :alavetelitheme do
# # Task goes here