diff options
author | Tom Duffield <tom@chef.io> | 2016-11-21 08:31:31 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-21 08:31:31 -0600 |
commit | a1f7c6d7a576198f7d7b1a642f57aa84e77622e4 (patch) | |
tree | 37e9d5cf4243a8c65c5f945231f410b1b0db6425 | |
parent | 306972ee8f0df6dd086e70a2b375be21a40f47b5 (diff) | |
download | chef-a1f7c6d7a576198f7d7b1a642f57aa84e77622e4.tar.gz |
Fix chefstyle
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r-- | tasks/announce.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/announce.rb b/tasks/announce.rb index 5aa0b73d7e..0399137eb0 100644 --- a/tasks/announce.rb +++ b/tasks/announce.rb @@ -15,8 +15,8 @@ # limitations under the License. # -require 'date' -require 'erb' +require "date" +require "erb" class ReleaseAnnouncement include ERB::Util |