summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/announce.rb4
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