Skip to content

Commit f809b10

Browse files
author
Burak Ikiler
committed
Redmine 5 Compatibility: Autoloder fix..
1 parent bc7c77d commit f809b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/repository/git_remote.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'pathname'
33
require 'fileutils'
44
# require 'open3'
5-
require_dependency 'redmine_git_remote/poor_mans_capture3'
5+
require File.dirname(__FILE__) + '/lib/redmine_git_remote/poor_mans_capture3'
66

77
class Repository::GitRemote < Repository::Git
88

0 commit comments

Comments
 (0)