autoload octokit as it won't be used unless project is remote repo

which will never be the case for some deloyments
This commit is contained in:
Mike Linksvayer 2018-03-26 10:41:17 -07:00
parent aba6425b18
commit 6f06923a4d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Only the root directory of a repository will be scanned because every
# `#load_file(..)` call incurs a separate API request.
require 'octokit'
autoload :Octokit, 'octokit'
module Licensee
module Projects