From 2c9f3dfd3cc3045afd4c98b9c0af85f9b3a9fe63 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Mon, 3 Oct 2016 17:15:21 +0530 Subject: [PATCH] Fixed the typo of UTF-8 which is leading to errors Change-Id: I47fc15034861b55b1650f82d74e9581ab51f0b50 Closes-Bug: #1624094 --- attributes/default.rb | 2 +- attributes/mysql.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 52e1c65..e570601 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,4 +1,4 @@ -# encoding: UTF-8# +# encoding: UTF-8 # # Cookbook Name:: openstack-ops-database # Recipe:: default diff --git a/attributes/mysql.rb b/attributes/mysql.rb index 6381eee..b502cbf 100644 --- a/attributes/mysql.rb +++ b/attributes/mysql.rb @@ -1,4 +1,4 @@ -# encoding: UTF-8# +# encoding: UTF-8 # # Cookbook Name:: openstack-ops-database # Recipe:: default