Skip to content

Commit f9954e9

Browse files
authored
Merge pull request #11 from riipen/master
File Dependency Fix
2 parents 2f80dee + c1d5a09 commit f9954e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/copyleaks/models/submissions/properties/indexing_repository.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
# =
24+
25+
require_relative './repository.rb'
26+
2427
module Copyleaks
2528
class SubmissionIndexingRepository < SubmissionRepository
2629
# @param [String] ID of a repository to add the scanned document to.

0 commit comments

Comments
 (0)