diff options
author | John Bellone <jbellone@bloomberg.net> | 2016-06-13 13:12:07 -0400 |
---|---|---|
committer | John Bellone <jbellone@bloomberg.net> | 2016-06-13 13:12:07 -0400 |
commit | 8698719fe40161dc40e1de9b49e00efabbe3a4e2 (patch) | |
tree | 83960f24dc667d66c42ed673bffc5f90ffd4eaad /lib | |
parent | a593b988f5696907b7dbe728853af805d68e45ec (diff) | |
download | ohai-8698719fe40161dc40e1de9b49e00efabbe3a4e2.tar.gz |
Fix the rubocop linting error for quotes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ohai/plugins/timezone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/timezone.rb b/lib/ohai/plugins/timezone.rb index 64c001c2..b7b3cb0e 100644 --- a/lib/ohai/plugins/timezone.rb +++ b/lib/ohai/plugins/timezone.rb @@ -15,7 +15,7 @@ # limitations under the License. Ohai.plugin(:Timezone) do - provides 'timezone' + provides "timezone" collect_data do timezone = Time.now.getlocal.zone |