summaryrefslogtreecommitdiff
path: root/tasks/maintainers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/maintainers.rb')
-rw-r--r--tasks/maintainers.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/tasks/maintainers.rb b/tasks/maintainers.rb
index 73a422fc61..4b9f78be14 100644
--- a/tasks/maintainers.rb
+++ b/tasks/maintainers.rb
@@ -15,7 +15,7 @@
# limitations under the License.
#
-require 'rake'
+require "rake"
SOURCE = File.join(File.dirname(__FILE__), "..", "MAINTAINERS.toml")
TARGET = File.join(File.dirname(__FILE__), "..", "MAINTAINERS.md")
@@ -28,9 +28,9 @@ REPOSITORIES = ["chef/chef", "chef/chef-census", "chef/chef-repo",
"chef/mixlib-shellout", "chef/ohai", "chef/omnibus-chef"]
begin
- require 'tomlrb'
- require 'octokit'
- require 'pp'
+ require "tomlrb"
+ require "octokit"
+ require "pp"
task :default => :generate
namespace :maintainers do